no colors in message window gtk+-2

Requests for assistance and other HOWTOs.

Moderator: Board moderators

karl

no colors in message window gtk+-2

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