view etc/gtkrc @ 2269:e13775448cf0

[xemacs-hg @ 2004-09-14 14:39:49 by james] Remove all but one remaining trace of callproc.c.
author james
date Tue, 14 Sep 2004 14:40:19 +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"