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.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.rc')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index a78cd02b..a199a171 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.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.png" fg[NORMAL] = "#000000" @@ -72,11 +72,11 @@ style "theme-panel-light" style "theme-panel-text" { fg[NORMAL] = "#000000" - fg[PRELIGHT] = "#ffffff" - fg[ACTIVE] = "#000000" + fg[PRELIGHT] = "#000000" + fg[ACTIVE] = "#ffffff" text[NORMAL] = "#000000" - text[PRELIGHT] = "#ffffff" - text[ACTIVE] = "#000000" + text[PRELIGHT] = "#000000" + text[ACTIVE] = "#ffffff" } style "theme-main-menu-text" = "theme-panel-text" |