[gps-users] Using a .gtkrc

Nicolas Setton setton@act-europe.fr
29 Jul 2003 16:24:54 +0200


> # Define visual styles:
> style "custom-text-style" = "default"
> {
> bg[NORMAL]="Wheat2"

Instead of 

   bg[FOO]="bar"

you should be using

   base[FOO]="bar"

Nico