view etc/gtkrc @ 2298:7d67f0ab192c

[xemacs-hg @ 2004-09-22 02:25:06 by stephent] revert premature commit <87acvjavpu.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 22 Sep 2004 02:25:06 +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"