ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/gtkrc
Revision: 1.5
Committed: Wed Nov 12 17:46:07 2003 UTC (20 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_9, rel-1_8, rel-1_71, rel-0_5, rel-1_61, rel-1_1, rel-1_3, rel-1_2, rel-1_5, rel-1_4, rel-1_7, rel-2_0, rel-1_51, rel-1_53, rel-1_55, rel-1_54, rel-1_56, HEAD
Changes since 1.4: +1 -2 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 widget_class "*" style :application "xv"