I am using Emacs 24.3.1 on Ubuntu 13.10 amd64, Xubuntu session running in GUI mode.
As you can see the frame background is grey. I want it to be white. The following all continue to result in a grey frame background:
emacs -bg white
(set-background-color "white")
(add-to-list 'default-frame-alist '(background-color . "white"))
(add-to-list 'initial-frame-alist '(background-color . "white"))
- M-x
set-background-color
RETwhite
The screenshot shows doing M-x describe-face
. All the variations are what I have found elsewhere in searching, but nothing works. (Yes I restart after changing .emacs
and verify there are no errors. I don't have .Xdefaults
/.Xresources
.) Even picking a theme from Options > Customize Emacs > Custom Theme doesn't result in the frame background changing colour while everything else does.