diff options
author | raveit65 <[email protected]> | 2016-09-28 07:10:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-28 11:53:44 +0200 |
commit | 10d37ef1728cd752a9e045267a1e4ae8dc23a54e (patch) | |
tree | 53b1ee2960efdc638f47814aebc3f27a24024305 /desktop-themes/TraditionalGreen | |
parent | 6cc7d81444d6a9482811e4352fa5f389c32dd40d (diff) | |
download | mate-themes-10d37ef1728cd752a9e045267a1e4ae8dc23a54e.tar.bz2 mate-themes-10d37ef1728cd752a9e045267a1e4ae8dc23a54e.tar.xz |
GTK+-3.20 TOK themes: adjust error/warnings settings for evolution
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 4 | ||||
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk.css | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 35ee8bad..ec6915d3 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -3624,24 +3624,28 @@ infobar:last-child, border-style: solid; } +.info, .info > * { background-color: @info_bg_color; color: @info_fg_color; border-color: darker(@info_bg_color); } +.warning, .warning > * { background-color: @warning_bg_color; color: @warning_fg_color; border-color: darker(@warning_bg_color); } +.question, .question > * { background-color: @question_bg_color; color: @question_fg_color; border-color: darker(@question_bg_color); } +.error, .error > * { background-color: @error_bg_color; color: @error_fg_color; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css index c7b8ed35..a469a96b 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css @@ -22,14 +22,6 @@ @define-color link_color #00EE00; @define-color visited_link_color #1A8B54; -/***************** - * error/warning * - *****************/ - -@define-color error_color #cc0000; - -@define-color warning_bg_color #faad3d; - /*************** * core colors * ***************/ @@ -191,9 +183,11 @@ @define-color question_bg_color mix(#727272, shade(@core_color_a, 0.90), 0.95); @define-color question_fg_color @theme_base_color; +@define-color error_color #cc0000; @define-color error_bg_color mix(#ababab, shade(@error_color, 0.77), 0.78); @define-color error_fg_color @theme_base_color; +@define-color warning_bg_color #faad3d; @define-color warning_fg_color @theme_fg_color; /******** |