view etc/gtkrc @ 4176:dc38820228f8

[xemacs-hg @ 2007-09-19 14:52:18 by didierv] etc/ChangeLog didn't appear in previous commit
author didierv
date Wed, 19 Sep 2007 14:52:18 +0000
parents 16489ca72b3d
children 8d3d05ffbb43
line wrap: on
line source

# Force the window background to be the same as the default face background:
# white.

style "default_background"
{
	bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

class "GtkXEmacs" style "default_background"