2023-02-10 15:26:53 +08:00
|
|
|
@define-color background #282828;
|
|
|
|
@define-color selection_background #32302f;
|
|
|
|
@define-color foreground #ebdbb2;
|
|
|
|
@define-color blue #458588;
|
|
|
|
@define-color cyan #689d6a;
|
|
|
|
@define-color green #98971a;
|
|
|
|
@define-color magenta #b16286;
|
|
|
|
@define-color red #cc241d;
|
|
|
|
@define-color white #a89984;
|
|
|
|
@define-color yellow #d79921;
|
2022-06-25 21:26:38 +08:00
|
|
|
|
2023-02-10 15:26:53 +08:00
|
|
|
@define-color background_b #928374;
|
|
|
|
@define-color blue_b #83a598;
|
|
|
|
@define-color cyan_b #8ec07c;
|
|
|
|
@define-color green_b #b8bb26;
|
|
|
|
@define-color magenta_b #d3869b;
|
|
|
|
@define-color red_b #fb4934;
|
|
|
|
@define-color white_b #fbf1c7;
|
|
|
|
@define-color yellow_b #fabd2f;
|