Changed some theme's borders
This commit is contained in:
parent
04081c3938
commit
f44b62556d
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
@define-color button_pushed_fg @button_fg;
|
@define-color button_pushed_fg @button_fg;
|
||||||
@define-color button_pushed_bg mix(@button_bg, @selected_bg, 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 warning_color #f57900;
|
@define-color warning_color #f57900;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
@define-color button_pushed_fg mix(@button_fg, @selected_fg, 0.5);
|
@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 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_fg #a14242;
|
||||||
@define-color disabled_bg #482B2B;
|
@define-color disabled_bg #482B2B;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
@define-color button_pushed_fg @button_fg;
|
@define-color button_pushed_fg @button_fg;
|
||||||
@define-color button_pushed_bg mix(@button_bg, @selected_bg, 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 warning_color #f57900;
|
@define-color warning_color #f57900;
|
||||||
|
|
Loading…
Reference in a new issue