[gnome-themes-standard] terminal: sync the terminal bg color with the notebook bg color



commit 973250cc28b1ecb87c1f5d8713155c7654287f96
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Mar 24 12:02:01 2011 -0400

    terminal: sync the terminal bg color with the notebook bg color
    
    Otherwise the first tab will have a different color.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 6c748c1..8e88312 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1127,7 +1127,7 @@ CheeseThumbView /* Cheese */
 
 /* gnome-terminal */
 TerminalScreen {
-    background-color: @theme_bg_color;
+    background-color: @theme_base_color;
     color: @theme_fg_color;
     -TerminalScreen-background-darkness: 0.95;
 }



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