mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-23 03:11:49 +08:00
21 lines
615 B
Plaintext
21 lines
615 B
Plaintext
@define-color background #f3efda;
|
|
@define-color selection_background #4a555b;
|
|
@define-color foreground #323d43;
|
|
@define-color blue #3a94c5;
|
|
@define-color cyan #35a77c;
|
|
@define-color green #8da101;
|
|
@define-color magenta #df69ba;
|
|
@define-color red #f85552;
|
|
@define-color white #fdf6e3;
|
|
@define-color yellow #dfa000;
|
|
|
|
@define-color background_b #525c62;
|
|
@define-color blue_b #7fbbb3;
|
|
@define-color cyan_b #83c092;
|
|
@define-color green_b #a7c080;
|
|
@define-color magenta_b #d699b6;
|
|
@define-color orange_b #e5a46b;
|
|
@define-color red_b #e68183;
|
|
@define-color white_b #d8caac;
|
|
@define-color yellow_b #dbbc7f;
|