ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/gtkrc
(Generate patch)

Comparing CV/gtkrc (file contents):
Revision 1.2 by root, Sat Nov 8 01:00:07 2003 UTC vs.
Revision 1.4 by root, Wed Nov 12 16:59:46 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines