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

Comparing cvsroot/CV/gtkrc (file contents):
Revision 1.1 by root, Fri Nov 7 02:41:05 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"
7 base[NORMAL] = "#b2d0dc"
8}
9
10style "xv-dark" {
11 bg[NORMAL] = "#8b99b5"
6} 12}
7 13
8class "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