view etc/gtkrc @ 2790:ac63ab256048

[xemacs-hg @ 2005-05-28 04:51:22 by stephent] enable new allocator for release <871x7sklah.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 28 May 2005 04:51: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"