[gnome-themes-standard] Fix gnome-terminal styling



commit 5a4e9c784686d9172366ec1de0c91f34dd5f00cc
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Jan 23 21:17:36 2011 +0100

    Fix gnome-terminal styling
    
    text was being rendered as light-on-light

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 756c508..5c9ea56 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -664,8 +664,8 @@ CheeseThumbView /* Cheese */
 
 /* gnome-terminal */
 TerminalScreen {
-    background-color: #1e1a17;
-    color: #ffffff;
+    background-color: @bg_color;
+    color: #000;
     -TerminalScreen-background-darkness: 0.95;
 }
 



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