summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-11-23 20:53:13 +0100
committerraveit65 <[email protected]>2013-11-23 20:53:13 +0100
commitd87a846fe699b6e5e6733e785fab6b9aaad3a8c0 (patch)
tree8d13b04f92a8a5e48f90caefdf44f87e939fd4e3
parentcbc1614420d07a7f2a209abf8b366014054e724b (diff)
downloadmate-themes-d87a846fe699b6e5e6733e785fab6b9aaad3a8c0.tar.bz2
mate-themes-d87a846fe699b6e5e6733e785fab6b9aaad3a8c0.tar.xz
BlackMATE: GTK2: use darker hover menu/panel items
-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