[sushi] style: tweak scrolled window colors



commit e8bc83be248dbafcf81592ce0da9b1389a5bf9c3
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue May 10 01:16:03 2011 -0400

    style: tweak scrolled window colors

 data/style/gtk-style.css |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/data/style/gtk-style.css b/data/style/gtk-style.css
index c4aa8b1..a52bd04 100644
--- a/data/style/gtk-style.css
+++ b/data/style/gtk-style.css
@@ -1,6 +1,9 @@
 @define-color np_fg_color #ddddde;
 @define-color np_bg_color #333;
 
+ define-color info_bg_color @np_bg_color;
+ define-color info_fg_color @np_fg_color;
+
 * {
     background-color: alpha(#000, 0.0);
 }
@@ -21,14 +24,15 @@ GtkLabel {
 
 .scrollbar.button:prelight,
 .scrollbar.slider:prelight {
-    color: shade (@np_bg_color, 1.50);
-    border-color: shade (@np_bg_color, 1.50);
+    background-color: shade (@np_bg_color, 1.30);
+    color: shade (@np_fg_color, 0.75);
 }
 
 .scrollbar.button:prelight:active,
 .scrollbar.slider:prelight:active {
+    background-color: shade (@np_bg_color, 1.55);
+    border-color: shade (@np_bg_color, 1.55);
     color: shade (@np_fg_color, 0.85);
-    border-color: shade (@np_fg_color, 0.80);
 }
 
 .np-toolbar {



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