Changed some theme's borders

This commit is contained in:
Eudaimon 2022-01-16 18:21:20 +01:00
parent 04081c3938
commit f44b62556d
3 changed files with 3 additions and 3 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), 0.5);
@define-color border_color shade(mix(@window_fg, @text_widget_bg, 0.5), 1);
@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), 0.5);
@define-color border_color shade(mix(@window_fg, @text_widget_bg, 0.5), 1);
@define-color disabled_fg #a14242;
@define-color disabled_bg #482B2B;

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), 0.5);
@define-color border_color shade(mix(@window_fg, @text_widget_bg, 0.5), 1);
@define-color warning_color #f57900;