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

Comparing CV/gtkrc (file contents):
Revision 1.1 by root, Fri Nov 7 02:41:05 2003 UTC vs.
Revision 1.5 by root, Wed Nov 12 17:46:07 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"
6} 8}
7 9
8class "GtkWidget" style :lowest "xv" 10style "xv-dark" {
11 bg[NORMAL] = "#8b99b5"
12}
13
14widget_class "*" style :application "xv"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines