[gimp] themes: switch Dark's base[SELECTED] and text[SELECTED] colors



commit 434728da084297aabbf9ec134f675ec23c0a6cbc
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 17 19:59:06 2018 +0200

    themes: switch Dark's base[SELECTED] and text[SELECTED] colors
    
    so selected text is totally obvious. Also improves histogram and other
    places which use base/text's higher contrast.

 themes/Dark/gtkrc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Dark/gtkrc b/themes/Dark/gtkrc
index 14f96fd..c615dda 100644
--- a/themes/Dark/gtkrc
+++ b/themes/Dark/gtkrc
@@ -93,13 +93,13 @@ style "gimp-dark-default-style"
   base[NORMAL] = @clrA
   base[PRELIGHT] = @clr7
   base[ACTIVE] = @clr7
-  base[SELECTED] = @clr7
+  base[SELECTED] = @clr1
   base[INSENSITIVE] = @clr8
 
   text[NORMAL] = @clr1
   text[PRELIGHT] = @clr1
   text[ACTIVE] = @clr1
-  text[SELECTED] = @clr1
+  text[SELECTED] = @clr7
   text[INSENSITIVE] = @clr9
 
   GtkOptionMenu::indicator-size = { 5, 11 }


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