[gimp] themes: matches widget styles on Dark and Light themes.



commit 98ecd4a01029fc44e082d0a59f68049375d90304
Author: Jehan <jehan girinstud io>
Date:   Sat Jan 16 15:58:23 2016 +0100

    themes: matches widget styles on Dark and Light themes.
    
    <classname> means the style applies on any child class.
    In particular the rule "<GtkButton>" will apply on any object derived
    from a GtkButton.

 themes/The-Light-Side-of-Gimp/gtkrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/The-Light-Side-of-Gimp/gtkrc b/themes/The-Light-Side-of-Gimp/gtkrc
index 7e16f9e..18cfbbb 100644
--- a/themes/The-Light-Side-of-Gimp/gtkrc
+++ b/themes/The-Light-Side-of-Gimp/gtkrc
@@ -2178,7 +2178,7 @@ style "tlsog-button-style"
   fg[INSENSITIVE] = "#343434"
 }
 
-widget_class "*GtkButton*" style "tlsog-button-style"
+widget_class "*<GtkButton>*" style "tlsog-button-style"
 
 ###########################################################
 


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