view etc/gtkrc @ 2576:c4235ee1f733

[xemacs-hg @ 2005-02-09 18:06:33 by aidan] Fix a comment typo pointed out by Jerry James in psu0olr8z7.fsf@diannao.ittc.ku.edu .
author aidan
date Wed, 09 Feb 2005 18:06:40 +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"