view etc/gtkrc @ 2791:7e34c186ba93

[xemacs-hg @ 2005-05-28 06:11:28 by stephent] XEmacs 21.5.21 "corn" is released.
author stephent
date Sat, 28 May 2005 06:13:45 +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"