[gnome-themes-standard/wip/jimmac/updated-gtk2: 43/106] Reverted focus colors for the sake of Qt.



commit 8ac05ae92bad6255b6858032e08011be341a9f0c
Author: Juraj Fiala <doctorjellyface riseup net>
Date:   Wed Jan 27 10:38:05 2016 +0100

    Reverted focus colors for the sake of Qt.

 themes/Adwaita/gtk-2.0/main.rc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index 1be2378..21e1bef 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -86,15 +86,15 @@ style "default" {
   bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color)
   bg[ACTIVE]      = "red" #shade (0.9, @bg_color) # I just can't find out where this is used
 
-  #fg[NORMAL]      = @fg_color
-  #fg[PRELIGHT]    = @fg_color
+  fg[NORMAL]      = @fg_color
+  fg[PRELIGHT]    = @fg_color
   fg[SELECTED]    = @selected_fg_color
   fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color)
-  #fg[ACTIVE]      = @fg_color
+  fg[ACTIVE]      = @fg_color
 
-  fg[NORMAL] = @focus_color
-  fg[PRELIGHT] = @focus_color
-  fg[ACTIVE] = @focus_color
+  #fg[NORMAL] = @focus_color
+  #fg[PRELIGHT] = @focus_color
+  #fg[ACTIVE] = @focus_color
 
   text[NORMAL]      = @text_color
   text[PRELIGHT]    = @text_color


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