[gnome-themes-standard] Dark theme: tone down inactive tabs.



commit 795564246fd63b175aadde512db87555991c76e3
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Dec 5 19:32:54 2011 +0100

    Dark theme: tone down inactive tabs.

 themes/Adwaita/gtk-3.0/gtk-dark.css    |    4 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-dark.css b/themes/Adwaita/gtk-3.0/gtk-dark.css
index 5003841..3dd7660 100644
--- a/themes/Adwaita/gtk-3.0/gtk-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-dark.css
@@ -49,8 +49,8 @@
 @define-color notebook_active_tab_border shade (@theme_selected_bg_color, 0.5);
 @define-color notebook_selected_tab_color alpha (@theme_selected_bg_color, 0.75);
 
- define-color notebook_tab_gradient_a @button_gradient_color_a;
- define-color notebook_tab_gradient_b @button_gradient_color_b;
+ define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.8);
+ define-color notebook_tab_gradient_b shade(@theme_bg_color, 0.75);
 
 @define-color switch_slider_color shade(@theme_bg_color, 0.9);
 @define-color switch_slider_active_border shade(@switch_trough_active_bg_a, 0.60);
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e795602..9b694be 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -745,7 +745,7 @@ GtkLinkButton * {
     -adwaita-selected-tab-color: @notebook_selected_tab_color;
     background-image: -gtk-gradient (linear,
                                      left top, left bottom,
-                                     from (shade (@theme_base_color, 0.98)),
+                                     from (@button_gradient_color_a),
                                      to (@theme_base_color));
 }
 



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