[gtk-engines] Make base[INSENSITIVE] slightly darker.



commit a4dea8271ab2d75e8cde9a32903f0d89e93bb034
Author: Benjamin Berg <benjamin sipsolutions net>
Date:   Sat Jan 2 13:38:09 2010 +0100

    Make base[INSENSITIVE] slightly darker.
    
    This improves the issue mentioned in bug #500952 a bit, but does
    not seem quite good enough.

 themes/Mist/gtk-2.0/gtkrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Mist/gtk-2.0/gtkrc b/themes/Mist/gtk-2.0/gtkrc
index 01cf17d..8484a8f 100644
--- a/themes/Mist/gtk-2.0/gtkrc
+++ b/themes/Mist/gtk-2.0/gtkrc
@@ -18,7 +18,7 @@ style "default"
 
         base[NORMAL]            = @base_color
         base[ACTIVE]            = shade (0.9, @selected_bg_color)
-        base[INSENSITIVE]       = @base_color
+        base[INSENSITIVE]       = shade (0.95, @base_color)
         base[PRELIGHT]          = @bg_color
 	base[SELECTED]          = @selected_bg_color
         



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