diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-24 11:31:12 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-24 11:31:12 +0300 |
commit | a1843e1d31960dc453651c4b13f183c045c5c4da (patch) | |
tree | 307618927290687dc43fc2c3063351ae91a5be3e /Kogaion-daylight/gtk-2.0/gtkrc | |
parent | 72469c66319959253ecd1824c0a8c7f6ccc3609f (diff) |
gtk2 toolbar items selected
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/gtkrc')
-rw-r--r-- | Kogaion-daylight/gtk-2.0/gtkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index 25b1a2b..13e2938 100644 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -406,7 +406,7 @@ style "murrine-toolbar" = "murrine-thin" { style "murrine-toolbutton" = "murrine-button" { bg[NORMAL] = shade (1.08, @bg_color) - bg[PRELIGHT] = shade (1.10, @bg_color) + bg[PRELIGHT] = shade (1.75, @selected_bg_color) bg[SELECTED] = @selected_bg_color bg[ACTIVE] = shade (0.95, @bg_color) bg[INSENSITIVE] = shade (0.85, @bg_color) |