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 #282828;
|
|
@define-color bg-a #3c3836;
|
|
@define-color bg-b #504945;
|
|
@define-color bg-c #665c54;
|
|
@define-color bg-d #7c6f64;
|
|
@define-color bg-e #928374;
|
|
@define-color bg-h #1d2021;
|
|
@define-color fg #ebdbb2;
|
|
@define-color warning #d65d0e;
|
|
@define-color warning-light #fe8019;
|
|
@define-color primary #689d6a;
|
|
@define-color primary-light #8ec07c;
|
|
@define-color secondary #458588;
|
|
@define-color secondary-light #83a598;
|
|
@define-color gray #a89984;
|