mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-15 07:21:49 +08:00
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
@define-color bg #fbf1c7;
|
|
@define-color bg-a #ebdbb2;
|
|
@define-color bg-b #d5c4a1;
|
|
@define-color bg-c #bdae93;
|
|
@define-color bg-d #a89984;
|
|
@define-color bg-e #928374;
|
|
@define-color bg-h #f9f5d7;
|
|
@define-color fg #3c3836;
|
|
@define-color warning #af3a03;
|
|
@define-color warning-light #d65d0e;
|
|
@define-color primary #427b58;
|
|
@define-color primary-light #689d6a;
|
|
@define-color secondary #076678;
|
|
@define-color secondary-light #458588;
|
|
@define-color gray #7c6f64;
|