modified border color for better integration with dark themes 2nd attempt

This commit is contained in:
Eudaimon 2021-12-16 12:28:10 +01:00
parent 35c37c1549
commit 12118ac46b
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 #777;
@define-color border_color shade(mix(@window_fg, @text_widget_bg, 0.5), 0.5);
@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 #777;
@define-color border_color shade(mix(@window_fg, @text_widget_bg, 0.5), 0.5);
@define-color disabled_fg #a14242;
@define-color disabled_bg #421b1b;