no colors in message window gtk+-2
Posted: Mon Jun 02, 2014 6:08 pm
This .gtkrc-2.0 was preventing colours in the message window of the GTKv2 client :
Commenting the
widget_class "*" style "user-font"
line fixed it for me.
The theme configuration file is altered / rewritten by /usr/bin/gtk-chtheme
when using it to change the GTK2 theme .
Code: Select all
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/AbsE/gtk-2.0/gtkrc"
style "user-font" {
font_name = "Sans 10"
}
#widget_class "*" style "user-font"
gtk-font-name="Sans 10"
include "//.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
widget_class "*" style "user-font"
line fixed it for me.
The theme configuration file is altered / rewritten by /usr/bin/gtk-chtheme
when using it to change the GTK2 theme .