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.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"
6 base[NORMAL] = "#b2d0dc" 7 base[NORMAL] = "#b2d0dc"
7} 8}
8 9
9class "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