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

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