Improved earth and earth-by-night color schemes

This commit is contained in:
Eudaimon 2022-02-05 17:57:52 +01:00
parent 9857df4922
commit 8f2d45d8f1
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
@define-color button_pushed_fg @button_fg;
@define-color button_pushed_bg mix(@button_bg, @selected_bg, 0.5);
@define-color border_color shade(mix(@window_fg, @text_widget_bg, 0.5), 1);
@define-color border_color shade(@window_bg, 0.9);
@define-color warning_color #f57900;

View File

@ -8,7 +8,7 @@
@define-color button_pushed_fg mix(@button_fg, @selected_fg, 0.5);
@define-color button_pushed_bg mix(@button_bg, @selected_bg, 0.5);
@define-color border_color shade(mix(@window_fg, @text_widget_bg, 0.5), 1);
@define-color border_color shade(@window_bg, 0.8);
@define-color disabled_fg #a14242;
@define-color disabled_bg #482B2B;