Tagged Questions
1
vote
1answer
295 views
GTK2.0 Theme problem with button foreground
I have noticed that i can only change the foreground color of a gtk2.0 theme button with the "default" style.
I did it like:
style "default" {
fg[NORMAL] = "#000000"
fg[PRELIGHT] ...