> # Define visual styles: > style "custom-text-style" = "default" > { > bg[NORMAL]="Wheat2" Instead of bg[FOO]="bar" you should be using base[FOO]="bar" Nico