view etc/gtkrc @ 2665:bac3173b2665

[xemacs-hg @ 2005-03-15 06:15:35 by stephent] shut up makeinfo and hack-local-variables <87zmx577w8.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 15 Mar 2005 06:15:41 +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"