[sushi] Always light font color for GtkWindow. Closes: bgo#670501



commit 21eec5273a2b727bc36fb7eb36d1ceb4d1297919
Author: Vadim Rutkovsky <roignac gmail com>
Date:   Thu Mar 1 07:51:58 2012 +0300

    Always light font color for GtkWindow. Closes: bgo#670501

 data/style/gtk-style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/style/gtk-style.css b/data/style/gtk-style.css
index 5d6fb76..904e90a 100644
--- a/data/style/gtk-style.css
+++ b/data/style/gtk-style.css
@@ -9,6 +9,10 @@
     background-color: alpha(#000, 0.0);
 }
 
+GtkWindow {
+    color: @np_fg_color;
+}
+
 SushiFontWidget {
     padding: 2px;
 }



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