From c55e5a009ae7a936380342cfe1e5e2804ceaf4a2 Mon Sep 17 00:00:00 2001 From: bionel Date: Sat, 1 Aug 2015 00:10:34 +0300 Subject: fixing toolbar inactive items --- Kogaion-daylight/gtk-2.0/gtkrc | 9 ++++----- Kogaion-nighttime/gtk-2.0/gtkrc | 5 ++--- 2 files changed, 6 insertions(+), 8 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 "**" 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) diff --git a/Kogaion-nighttime/gtk-2.0/gtkrc b/Kogaion-nighttime/gtk-2.0/gtkrc index efc4af2..13e5e0f 100755 --- a/Kogaion-nighttime/gtk-2.0/gtkrc +++ b/Kogaion-nighttime/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 } } -- cgit v1.2.3