Page 1 of 1

no colors in message window gtk+-2

Posted: Mon Jun 02, 2014 6:08 pm
by karl
This .gtkrc-2.0 was preventing colours in the message window of the GTKv2 client :

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
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 .