ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/gtkrc
Revision: 1.4
Committed: Wed Nov 12 16:59:46 2003 UTC (20 years, 6 months ago) by root
Branch: MAIN
Changes since 1.3: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 # I am lame, but this will grow
2    
3     style "xv" {
4 root 1.3 bg[INSENSITIVE] = "#8b99b5"
5 root 1.1 bg[NORMAL] = "#b2d0dc"
6     bg[ACTIVE] = "#8b99b5"
7 root 1.2 base[NORMAL] = "#b2d0dc"
8 root 1.1 }
9    
10 root 1.4 style "xv-dark" {
11     bg[NORMAL] = "#8b99b5"
12     }
13    
14 root 1.1 class "GtkWidget" style :lowest "xv"
15 root 1.4 #class "GtkWindow" style :lowest "xv-dark"