summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-03-24 12:02:01 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-03-24 12:02:01 -0400
commit973250cc28b1ecb87c1f5d8713155c7654287f96 (patch)
treec06770c63cb28688c6f550292428a8c3fe8b6781
parent0ccb1454c2a5aa8e8f9f5fe6c3c18425df056a7d (diff)
downloadgnome-themes-standard-973250cc28b1ecb87c1f5d8713155c7654287f96.tar.gz
terminal: sync the terminal bg color with the notebook bg color
Otherwise the first tab will have a different color.
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css2
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 6c748c16..8e883120 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;
}