diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-20 11:24:28 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-20 11:24:28 -0700 |
commit | 2a668f749b0d5e91539168aeb8a3b4cea679fb1e (patch) | |
tree | fa373c5d07967f5db4d9464afe0099cf92d8e487 /desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc | |
parent | 0fe6dc4364c461fe31ca635f2d8f29bf1feda346 (diff) | |
parent | 608365dcba938f3686f02a8c2c32e1d3cbe95826 (diff) | |
download | mate-themes-2a668f749b0d5e91539168aeb8a3b4cea679fb1e.tar.bz2 mate-themes-2a668f749b0d5e91539168aeb8a3b4cea679fb1e.tar.xz |
Merge pull request #24 from NiceandGently/master
update Menta theme to final version
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 | 6 |
1 files changed, 3 insertions, 3 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 97ccd2b0..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 @@ -3,7 +3,7 @@ style "theme-panel" xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look. ythickness = 0 -# Disable (comment out) for normal panel backgrounds or to get an transparancy panel. +# Disable (comment out) for normal panel backgrounds or to get a transparancy panel. bg_pixmap[NORMAL] = "/Panel/panel-bg-dark-grey.png" fg[NORMAL] = "#F7F7F7" @@ -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" } |