view etc/gtkrc @ 2507:e27943beb30f

[xemacs-hg @ 2005-01-26 09:48:24 by ben] Update Internals History internals/internals.texi: Update History. internals/internals.texi: Redo section on Windows 95 support for Unicode.
author ben
date Wed, 26 Jan 2005 09:48:27 +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"