ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/gtkrc
Revision: 1.3
Committed: Wed Nov 12 00:59:01 2003 UTC (20 years, 6 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -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     class "GtkWidget" style :lowest "xv"