diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-01 00:10:34 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-01 00:10:34 +0300 |
commit | c55e5a009ae7a936380342cfe1e5e2804ceaf4a2 (patch) | |
tree | 5bf87b342437e29b50250705739babe8e2c45ef2 /Kogaion-daylight/gtk-2.0/gtkrc | |
parent | 0ab48f9cf21a18df096474e7394d9adb94058bb4 (diff) |
fixing toolbar inactive items
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/gtkrc')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/gtkrc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index 74ad932..474426f 100755 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -543,14 +543,13 @@ style "toolbar_button" { bg[SELECTED] = shade (0.85, @theme_bg_dark_color) bg[INSENSITIVE] = shade (0.98, @theme_bg_dark_color) + fg[INSENSITIVE] = shade (0.7, @theme_bg_dark_color) + engine "murrine" { gradient_shades = {1.00,0.96,0.96,0.90} border_shades = {1.10, 0.90} contrast = 1.00 lightborderstyle = 1 - # lightborder_shade = 1.80 - textstyle = 1 - text_shade = 0.7 } } @@ -802,9 +801,9 @@ widget_class "*<GtkRadioButton>*<GtkLabel>" style:highest "checkradio_label" # For Google Chrome/Chromium integration. style "chrome-gtk-frame" { ChromeGtkFrame::frame-gradient-size = 120 - ChromeGtkFrame::frame-gradient-color = @window_active_color + ChromeGtkFrame::frame-gradient-color = shade (1.06, @window_active_color) ChromeGtkFrame::inactive-frame-gradient-color = shade (0.90, @theme_bg_color) - ChromeGtkFrame::frame-color = @window_active_color + ChromeGtkFrame::frame-color = shade (0.64, @window_active_color) ChromeGtkFrame::inactive-frame-color = shade (0.90, @theme_bg_color) ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @bg_color) |