diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-24 13:38:46 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-24 13:38:46 +0300 |
commit | ded3e5d50d2c324e2788d71e181d24a6190abb8e (patch) | |
tree | d9678f234218d1384f450cd846e3400c6320278c /Kogaion-daylight/gtk-2.0 | |
parent | 333653ebc33561120ec0fd5bed7d9792d273a284 (diff) |
status update2.1
Diffstat (limited to 'Kogaion-daylight/gtk-2.0')
-rw-r--r-- | Kogaion-daylight/gtk-2.0/gtkrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index c51f6a0..d4f30df 100644 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -437,7 +437,7 @@ style "murrine-panel" = "murrine-thin" { bg[INSENSITIVE] = @panel_bg_color fg[NORMAL] = @panel_fg_color - fg[PRELIGHT] = shade (1.25, @selected_bg_color) + fg[PRELIGHT] = shade (1.25, @panel_fg_color) fg[SELECTED] = shade (1.08, @panel_fg_color) fg[ACTIVE] = @panel_fg_color fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) @@ -449,7 +449,7 @@ style "murrine-panel" = "murrine-thin" { base[INSENSITIVE] = @panel_bg_color text[NORMAL] = @panel_fg_color - text[PRELIGHT] = shade (1.25, @selected_bg_color) + text[PRELIGHT] = shade (1.25, @panel_fg_color) text[SELECTED] = shade (1.08, @panel_fg_color) text[ACTIVE] = @panel_fg_color text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) |