diff options
Diffstat (limited to 'Kogaion-daylight')
-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) |