view etc/gtkrc @ 2377:bbba13600d74

[xemacs-hg @ 2004-11-08 15:14:36 by stephent] Use XE_FLAGS not CFLAGS for modules too <87lldc8jed.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 08 Nov 2004 15:14:52 +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"