summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-01 00:10:34 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-01 00:10:34 +0300
commitc55e5a009ae7a936380342cfe1e5e2804ceaf4a2 (patch)
tree5bf87b342437e29b50250705739babe8e2c45ef2
parent0ab48f9cf21a18df096474e7394d9adb94058bb4 (diff)
fixing toolbar inactive items
-rwxr-xr-xKogaion-daylight/gtk-2.0/gtkrc9
-rwxr-xr-xKogaion-nighttime/gtk-2.0/gtkrc5
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 "*<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)
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
}
}