mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 19:01:50 +08:00
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
@define-color border-color #a89984;
|
|
@define-color bg #282828;
|
|
@define-color bg-trans rgba(40, 40, 40, 0.9);
|
|
@define-color bg-hover #3c3836;
|
|
@define-color bg-focus #3c3836;
|
|
@define-color bg-selected #3c3836;
|
|
@define-color fg #ebdbb2;
|
|
@define-color warning #d65d0e;
|
|
@define-color primary #689d6a;
|