summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-10-29 22:07:12 +0100
committerraveit65 <[email protected]>2014-10-29 22:23:56 +0100
commit87e1fc3b943416b28da89b76ce619d6512e0eebe (patch)
treebe65af2898937ff4b22330be9d84c77197a2a776 /desktop-themes
parent3b0b5a4fc682256a3146a052e01a77f124ed7517 (diff)
downloadmate-themes-87e1fc3b943416b28da89b76ce619d6512e0eebe.tar.bz2
mate-themes-87e1fc3b943416b28da89b76ce619d6512e0eebe.tar.xz
ContrastHighInverse GTK2: follow GTK3 color schema
Diffstat (limited to 'desktop-themes')
-rwxr-xr-xdesktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in b/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in
index cd5444e1..ef2a4c17 100755
--- a/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in
+++ b/desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in
@@ -66,18 +66,18 @@ style "default"
fg[NORMAL] = "#ffffff"
text[NORMAL] = "#ffffff"
- bg[NORMAL] = "#000033"
- base[NORMAL] = "#000033"
+ bg[NORMAL] = "#000000"
+ base[NORMAL] = "#000000"
fg[INSENSITIVE] = "#999999"
bg[INSENSITIVE] = "#333333"
text[INSENSITIVE] = "#999999"
base[INSENSITIVE] = "#333333"
- fg[PRELIGHT] = "#003333"
+ fg[PRELIGHT] = "#ffffff"
text[PRELIGHT] = "#003333"
- bg[PRELIGHT] = "#ffffff"
- base[PRELIGHT] = "#ffffff"
+ bg[PRELIGHT] = "#666699"
+ base[PRELIGHT] = "#003333"
fg[ACTIVE] = "#ffffff"
text[ACTIVE] = "#ffffff"