summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-2.0
diff options
context:
space:
mode:
authorraveit <[email protected]>2013-03-20 17:33:12 +0100
committerraveit <[email protected]>2013-03-20 17:33:12 +0100
commit5dc2f87d941eb4bdbef288873fd726213059578e (patch)
tree535982de0a105178f420a229cb2614c913260027 /desktop-themes/Menta/gtk-2.0
parentfb1817340bfcdafe7f8821de31e878965c7fa95b (diff)
downloadmate-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')
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc4
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc4
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc
index deffbf2d..ffe8155c 100644
--- a/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc
+++ b/desktop-themes/Menta/gtk-2.0/widgets/panel-black.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"
}
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"
}