Does anybody here use the color theme plugin with GNU emacs? I put the files (color-theme.el and the themes folder) in my load path and everything appears to work, but many of the themes don’t display correctly.
On those that fail, only the portions of the buffer which actually contain text are themed, the rest is just plain white. This is particularly noticeable when using a dark background, as I tend to do. If this isn’t a good enough description, I can attach a picture.
Just as an example: charcoal-black works perfectly while dark-laptop fails as described.
This problem seems to be unique to openSUSE as the plugin works okay on the Red Hat machines I use at school.
I have actually solved this problem myself in the meantime. The problem was a conflict between the themes and the default font settings I had changed through Emacs.
In case anybody else comes along and sees this, I advise NOT using the customize settings from the menu. Just changing the default font caused a whole bunch of settings to be written to my .emacs file, including some which try to designate font foreground and background colors.
If you want to change your font and use color themes harmoniously, just put a one liner into your .emacs file like
(set-default-font “<font>”)