diff options
author | raveit65 <[email protected]> | 2014-10-29 22:07:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-29 22:33:19 +0100 |
commit | 70a8dfb555ffaf92b6e1a8acd557bfbd88fc6358 (patch) | |
tree | 0fd57f9e175abc2ee185d50b7a24df55cf6f0fe9 /desktop-themes/ContrastHighInverse | |
parent | e3fbd767625f8af8cbbce1fd3d9d45dbee6c263f (diff) | |
download | mate-themes-70a8dfb555ffaf92b6e1a8acd557bfbd88fc6358.tar.bz2 mate-themes-70a8dfb555ffaf92b6e1a8acd557bfbd88fc6358.tar.xz |
ContrastHighInverse GTK2: follow GTK3 color schema
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rwxr-xr-x | desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in | 10 |
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" |