mirror of
https://github.com/rywng/dotfiles.git
synced 2024-10-30 15:41:50 +08:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
@define-color border-color #5f6d67;
|
|
@define-color bg #f3efda;
|
|
@define-color bg-trans rgba(243, 239, 218, 0.9);
|
|
@define-color bg-hover #d3dbc8;
|
|
@define-color bg-focus #d3dbc8;
|
|
@define-color bg-selected #d3dbc8;
|
|
@define-color fg #323d43;
|
|
@define-color orange #dfa000;
|
|
@define-color blue #3a94c5;
|
|
|