diff options
author | raveit <[email protected]> | 2013-03-20 16:27:27 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-20 16:27:27 +0100 |
commit | 174ba61a1b56953e52e1d560a057fcf05db1a46a (patch) | |
tree | e0224301e9bada982d4d93d6afde247cda86d2ae /desktop-themes/Menta/gtk-2.0/widgets/panel.rc | |
parent | 4371df8906c95ec585df433b69b0c24b53d8fe60 (diff) | |
download | mate-themes-174ba61a1b56953e52e1d560a057fcf05db1a46a.tar.bz2 mate-themes-174ba61a1b56953e52e1d560a057fcf05db1a46a.tar.xz |
update Menta theme to final version
add Menta-Black metacity theme
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" |