In emacs 24, the order that color themes are applied seems to matter. This is obvious if you do M-x color-theme-select. The order that you ic
Does anybody have any insight into this issue?
I'd like to be able to switch between the following color themes without restarting:
- solarized-light
- solarized-dark
- zenburn
- railscasts
I guess I need the equivalent of a css-reset for emacs. One other tip that is invaluable is that if you use evil, then you need this line or else your cursor stays black, which is horrible for the dark themes:
(setq evil-default-cursor t)
This is a related issue: Switching between color themes in Emacs ( < v.24). I am using Emacs 24.0. I'm posting this question because I'm looking for workaround for pre 24.1, or maybe advice if 24.1 is stable enough.
M-x display-about-screen
orM-x emacs-version
– Unwise