view etc/gtkrc @ 3431:38d1f63a6b1f

[xemacs-hg @ 2006-05-29 21:25:48 by james] Only write one autoload file per package. <m3y7wrji2b.fsf@jerrypc.cs.usu.edu>
author james
date Mon, 29 May 2006 21:25:49 +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"