# either save as .gtkrc in your home directory or in the apps folder # for sylpheed # save as gtkrc in /.sylpheed # this will give your gtk apps the CDE colours # style "default" { bg[NORMAL] = { 0.682, 0.698, 0.765 } bg[SELECTED] = { 0.000, 0.000, 0.000 } bg[INSENSITIVE] = { 0.682, 0.698, 0.765 } bg[ACTIVE] = { 0.569, 0.580, 0.635 } bg[PRELIGHT] = { 0.682, 0.698, 0.765 } base[NORMAL] = { 1.000, 1.000, 1.000 } base[SELECTED] = { 0.000, 0.000, 0.000 } base[INSENSITIVE] = { 0.682, 0.698, 0.765 } base[ACTIVE] = { 1.000, 1.000, 1.000 } base[PRELIGHT] = { 1.000, 1.000, 1.000 } text[NORMAL] = { 0.000, 0.000, 0.000 } text[SELECTED] = { 1.000, 1.000, 1.000 } text[INSENSITIVE] = { 0.569, 0.580, 0.635 } text[ACTIVE] = { 0.000, 0.000, 0.000 } text[PRELIGHT] = { 0.000, 0.000, 0.000 } fg[NORMAL] = { 0.000, 0.000, 0.000 } fg[SELECTED] = { 1.000, 1.000, 1.000 } fg[INSENSITIVE] = { 0.569, 0.580, 0.635 } fg[ACTIVE] = { 0.000, 0.000, 0.000 } fg[PRELIGHT] = { 0.000, 0.000, 0.000 } } class "*" style "default" # add fonts here