diff options
author | raveit65 <[email protected]> | 2013-11-24 00:24:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-24 00:24:32 +0100 |
commit | 27da0947403c9fd7b869eb0755fc325b2b2aedce (patch) | |
tree | a81c5e3202e07be6f79247aa62b5d40ebf3c6681 /desktop-themes | |
parent | de9682df9070a33f54e5c486f4927cbfbcf931ff (diff) | |
download | mate-themes-27da0947403c9fd7b869eb0755fc325b2b2aedce.tar.bz2 mate-themes-27da0947403c9fd7b869eb0755fc325b2b2aedce.tar.xz |
BlackMATE: some font color corrections for buttons and menus
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-2.0/gtkrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop-themes/BlackMATE/gtk-2.0/gtkrc b/desktop-themes/BlackMATE/gtk-2.0/gtkrc index c3dd1c84..2cc300fd 100644 --- a/desktop-themes/BlackMATE/gtk-2.0/gtkrc +++ b/desktop-themes/BlackMATE/gtk-2.0/gtkrc @@ -142,7 +142,7 @@ style "menuitem" fg[PRELIGHT] = "#ffffff" bg[SELECTED] = shade (1.08, "#666669") # fg[PRELIGHT] = "#000000" - text[PRELIGHT] = "#000000" + text[PRELIGHT] = "#ffffff" # bg[SELECTED] = shade (4.2, "#3b3b3e") xthickness = 2 @@ -213,10 +213,10 @@ style "murrine-button" style "murrine-togglebutton" { fg[NORMAL] = "#ffffff" - fg[ACTIVE] = "#000000" - fg[PRELIGHT] = "#000000" - bg[ACTIVE] = shade (3.0, "#3b3b3e") - bg[PRELIGHT] = shade (3.2, "#3b3b3e") + fg[ACTIVE] = "#ffffff" + fg[PRELIGHT] = "#ffffff" + bg[ACTIVE] = shade (0.68, "#666669") + bg[PRELIGHT] = shade (0.68, "#666669") engine "murrine" { gradient_shades = {3.0, 1.0, 0.6, 0.5} |