[gnome-themes-standard] Widget theme: fix wrong color name definition making unfocused window switch text and separators pin



commit 093547ab1d4631d19c1e6b3a49f3f8a07b9d1ff5
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Dec 22 01:05:10 2011 +0100

    Widget theme: fix wrong color name definition making unfocused window switch text and separators pink.

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 2a0f025..d786ae9 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -30,7 +30,7 @@
 @define-color theme_unfocused_selected_fg_color @theme_unfocused_base_color; /* FIXME */
 @define-color unfocused_button_background @theme_unfocused_bg_color;
 @define-color unfocused_borders @borders;
- define-color unfocused_insensitive_borders_color mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);
+ define-color unfocused_insensitive_borders 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_dark_bg mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);



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