diff options
author | raveit <[email protected]> | 2013-03-20 17:33:12 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-20 17:33:12 +0100 |
commit | 5dc2f87d941eb4bdbef288873fd726213059578e (patch) | |
tree | 535982de0a105178f420a229cb2614c913260027 /desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc | |
parent | fb1817340bfcdafe7f8821de31e878965c7fa95b (diff) | |
download | mate-themes-5dc2f87d941eb4bdbef288873fd726213059578e.tar.bz2 mate-themes-5dc2f87d941eb4bdbef288873fd726213059578e.tar.xz |
change highlight text color in panel-black.rc and panel-dark-grey.rc in Menta theme
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc index bd15fa19..5d0ccad2 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc @@ -72,10 +72,10 @@ style "theme-panel-light" style "theme-panel-text" { fg[NORMAL] = "#F7F7F7" - fg[PRELIGHT] = "#CEFF9B" + fg[PRELIGHT] = "#000000" fg[ACTIVE] = "#F7F7F7" text[NORMAL] = "#F7F7F7" - text[PRELIGHT] = "#CEFF9B" + text[PRELIGHT] = "#000000" text[ACTIVE] = "#F7F7F7" } |