[gimp] themes: fix "Dark" selected colors in "kde_hack_1" too, whatever that is



commit 0a39874bda18f66c1d8e09f363c12ddb998350d3
Author: Michael Natterer <mitch gimp org>
Date:   Wed Apr 18 14:54:34 2018 +0200

    themes: fix "Dark" selected colors in "kde_hack_1" too, whatever that is

 themes/Dark/gtkrc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Dark/gtkrc b/themes/Dark/gtkrc
index c615dda..0b1cf39 100644
--- a/themes/Dark/gtkrc
+++ b/themes/Dark/gtkrc
@@ -2145,13 +2145,13 @@ style "kde_hack_1"
   base[NORMAL] = @clrA
   base[PRELIGHT] = @clr7
   base[ACTIVE] = @clr7
-  base[SELECTED] = @clr7
+  base[SELECTED] = @clr1
   base[INSENSITIVE] = @clr8
 
-  text[NORMAL] = @clr2
+  text[NORMAL] = @clr1
   text[PRELIGHT] = @clr1
   text[ACTIVE] = @clr1
-  text[SELECTED] = @clr1
+  text[SELECTED] = @clr7
   text[INSENSITIVE] = @clr9
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]