From 787015955612df668ce76468d1d6a8b7d5279d8d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 29 Oct 2014 22:07:12 +0100 Subject: ContrastHighInverse GTK2: follow GTK3 color schema --- desktop-themes/ContrastHighInverse/gtk-2.0/gtkrc.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'desktop-themes') 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" -- cgit v1.2.1