comparison etc/gtkrc @ 2082:16489ca72b3d

[xemacs-hg @ 2004-05-15 07:43:05 by malcolmp] Improvements to the rendering of GTK glyph backgrounds.
author malcolmp
date Sat, 15 May 2004 07:43:09 +0000
parents
children 8d3d05ffbb43
comparison
equal deleted inserted replaced
2081:e8db6a10ad42 2082:16489ca72b3d
1 # Force the window background to be the same as the default face background:
2 # white.
3
4 style "default_background"
5 {
6 bg[NORMAL] = { 1.0, 1.0, 1.0 }
7 }
8
9 class "GtkXEmacs" style "default_background"