How to change the windows color ie from the default back ground color(ligth gray) to lets say red
Try putting these lines in your .gtkrc:
style "pink" { bg[NORMAL] = { 1.000, 0.80, 0.80 } fg[NORMAL] = { 1.000, 0.40, 0.60 } bg[PRELIGHT] = { 1.000, 0.80, 1.00 } fg[PRELIGHT] = { 1.000, 0.40, 0.60 } bg[ACTIVE] = { 1.000, 0.80, 0.80 } fg[ACTIVE] = { 1.000, 0.40, 0.60 } bg[SELECTED] = { 1.000, 0.60, 0.80 } fg[SELECTED] = { 1.000, 0.00, 0.00 } base[NORMAL] = { 1.000, 0.60, 0.80 } text[NORMAL] = { 1.000, 0.00, 0.00 } base[SELECTED] = { 1.000, 0.60, 0.80 } text[SELECTED] = { 1.000, 0.00, 0.00 } base[ACTIVE] = { 1.000, 0.80, 0.80 } text[ACTIVE] = { 1.000, 0.00, 0.00 } }
class "GtkWidget" style "pink"
John _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list