/usr/share/xemacs-21.4.24/etc/gtkrc is in xemacs21-support 21.4.24-5ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # 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"
|