view etc/gtkrc @ 5185:e785e579b084

Update CHANGES-beta with my changes to the trunk since 2009-09-20. 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> * CHANGES-beta: Update with my changes to the trunk since 2009-09-20.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 02 Apr 2010 12:39:33 +0100
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"