[gnome-themes-standard] Dark theme: unfocused windows tweakings.



commit 89eaef3935f78f84caac5a014510d75a45ace186
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Dec 20 23:47:15 2011 +0100

    Dark theme: unfocused windows tweakings.

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    6 +++---
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-dark.css b/themes/Adwaita/gtk-3.0/gtk-dark.css
index 92100d7..77b55f1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-dark.css
@@ -9,7 +9,7 @@
 
 @define-color placeholder_text_color shade(@theme_text_color, 0.4);
 
- define-color theme_unfocused_base_color shade(@insensitive_bg_color, 1.05);
+ define-color theme_unfocused_base_color @theme_base_color;
 @define-color theme_unfocused_text_color mix(@theme_unfocused_base_color, @theme_text_color, 0.8);
 @define-color theme_unfocused_fg_color mix(@theme_unfocused_bg_color, @theme_text_color, 0.3);
 @define-color theme_unfocused_bg_color @theme_bg_color;
@@ -18,8 +18,8 @@
 @define-color unfocused_button_background @theme_unfocused_bg_color;
 @define-color unfocused_borders mix(@theme_unfocused_bg_color, @theme_text_color, 0.15);
 @define-color unfocused_insensitive_borders_color mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);
- define-color unfocused_insensitive_fg_color mix(@theme_unfocused_bg_color, @theme_unfocused_fg_color, 0.5);
- define-color unfocused_insensitive_bg_color mix(@theme_unfocused_bg_color, @theme_unfocused_base_color, 0.5);
+ define-color unfocused_insensitive_fg_color mix(@insensitive_fg_color, @insensitive_bg_color, 0.3);
+ define-color unfocused_insensitive_bg_color @insensitive_bg_color;
 @define-color unfocused_dark_bg mix(@theme_unfocused_bg_color, @borders, 0.5);
 
 @define-color menu_bg_color #555753;
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css b/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
index b7d45b8..7c00589 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
@@ -134,7 +134,7 @@ column-header.button:active:hover,
 column-header .button:active:hover {
     border-image: -gtk-gradient (linear,
                                  left top, left bottom,
-                                 from (@button_border),
+                                 from (@borders),
                                  to (@theme_base_color)) 0 1 0 0;
     border-width: 0 1 0 0;
     border-radius: 0;



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