slight change in earth-by-night theme for disabled background. Fixed some potential problem for an undefined color

This commit is contained in:
chronos 2021-12-20 12:20:17 +01:00
parent ae90252968
commit 894f380dd0
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@
@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;
@define-color disabled_bg #482B2B;
@define-color selected_fg #b5f08f;
@define-color selected_bg #669900;

View File

@ -53,6 +53,8 @@ text foreground color of insensitive widgets */
/*
insensitive text widgets and the like base background color */
@define-color insensitive_base_color_breeze @disabled_bg; /*@theme_base_color_breeze;*/
@define-color theme_disabled_bg_color @insensitive_base_color_breeze;
/*
widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color_breeze @theme_fg_color_breeze;