mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
25 lines
729 B
CSS
25 lines
729 B
CSS
@define-color background #2a2f33;
|
|
@define-color selection_background #474f54;
|
|
@define-color foreground #bfddb2;
|
|
@define-color black #2a2f33;
|
|
@define-color red #d76e6e;
|
|
@define-color green #acb765;
|
|
@define-color yellow #c1bf89;
|
|
@define-color blue #82abbc;
|
|
@define-color magenta #d39bb6;
|
|
@define-color cyan #689d6a;
|
|
@define-color white #d8caac;
|
|
@define-color aqua #87c095;
|
|
@define-color orange #e5a46b;
|
|
|
|
@define-color magenta_b #d699b6;
|
|
@define-color cyan_b #83c092;
|
|
@define-color yellow_b #dbbc7f;
|
|
@define-color white_b #d8caac;
|
|
@define-color black_b #2f464b;
|
|
@define-color red_b #e68183;
|
|
@define-color green_b #a7c080;
|
|
@define-color blue_b #7fbbb3;
|
|
@define-color aqua_b #8ec07c;
|
|
@define-color orange_b #e5a46b;
|