summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-11-23 20:52:04 +0100
committerraveit65 <[email protected]>2013-11-23 20:52:04 +0100
commit04d3defa1d701864837b7bcd7275cc5ea95b194a (patch)
treef28b5af43ed7750f4d3bcb8e6d288eb9c0fa7d4f /desktop-themes
parentf6be61c06a561753c452784dddd14de0127d66bc (diff)
downloadmate-themes-04d3defa1d701864837b7bcd7275cc5ea95b194a.tar.bz2
mate-themes-04d3defa1d701864837b7bcd7275cc5ea95b194a.tar.xz
BlackMATE: GTK2: use darker hover menu/panel items
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-2.0/gtkrc19
1 files changed, 12 insertions, 7 deletions
diff --git a/desktop-themes/BlackMATE/gtk-2.0/gtkrc b/desktop-themes/BlackMATE/gtk-2.0/gtkrc
index 03fdeb4f..b90d32f8 100644
--- a/desktop-themes/BlackMATE/gtk-2.0/gtkrc
+++ b/desktop-themes/BlackMATE/gtk-2.0/gtkrc
@@ -139,11 +139,11 @@ style "menu"
style "menuitem"
{
- #fg[PRELIGHT] = "#ffffff"
- #bg[SELECTED] = shade (1.08, "#3b3b3e")
- fg[PRELIGHT] = "#000000"
+ fg[PRELIGHT] = "#ffffff"
+ bg[SELECTED] = shade (1.08, "#666669")
+# fg[PRELIGHT] = "#000000"
text[PRELIGHT] = "#000000"
- bg[SELECTED] = shade (4.2, "#3b3b3e")
+# bg[SELECTED] = shade (4.2, "#3b3b3e")
xthickness = 2
ythickness = 3
@@ -376,7 +376,7 @@ style "misc-panel"
roundness=3
}
- bg[NORMAL] = shade (0.9, "#666669") # for the (dark) Ambiance background
+ bg[NORMAL] = shade (0.7, "#4D4D4D") # for the (dark) Ambiance background
bg[PRELIGHT] = "#c6b9a6" #for the (dark) Ambiance background
# bg[SELECTED] = shade (4.2, "#3b3b3e") # to be compatible with menus
fg[NORMAL] = "#FFFFFF" # for dark panel
@@ -390,6 +390,11 @@ style "misc-panel"
# syncronize panel menus
style "applet"
{
+ bg[NORMAL] = shade (0.7, "#4D4D4D") # for the (dark) Ambiance background
+ bg[ACTIVE] = shade (0.78, "#666669") # to be compatible with menus
+ fg[ACTIVE] = "#FFFFFF"
+ bg[PRELIGHT] = shade (0.68, "#666669") #for the (dark) Ambiance background
+ fg[PRELIGHT] = "#FFFFFF"
}
style "view"
@@ -581,9 +586,9 @@ class "Panel" style "misc-panel"
class "*Separator*" style "misc-sep"
# syncronize panel menus
widget_class "*MatePanelAppletFrameDBus*" style "applet"
+widget "*PanelApplet*" style "applet"
# This is suitable for dark panels:
-#widget "*PanelApplet*" style "misc-panel"
-#widget_class "*PanelWidget*" style "misc-panel"
+widget_class "*PanelWidget*" style "misc-panel"
widget "*fast-user-switch-applet*" style "misc-panel"
########################################
# Combo