[gnome-themes-standard] titlebars: lighten up



commit f06c0873df864a7e1c1b9000cadd776da9acfa48
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Aug 19 22:59:28 2013 +0200

    titlebars: lighten up
    
    - allan suggested having icons and titles in sync,
      but making them lighter.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706321

 themes/Adwaita/gtk-3.0/gtk-main.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-main.css b/themes/Adwaita/gtk-3.0/gtk-main.css
index b2412a9..6e97ba6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main.css
@@ -183,7 +183,7 @@
 /******
  * WM *
  ******/
- define-color wm_title @theme_fg_color;
+ define-color wm_title shade(@theme_fg_color,1.8);
 @define-color wm_unfocused_title @theme_unfocused_fg_color;
 @define-color wm_highlight #ffffff;
 @define-color wm_title_highlight_dark alpha(#ffffff, 0.0);


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