Closed dgutov closed 9 years ago
how are you loading the theme? trying to reproduce this.
Install the theme from MELPA, then, in the same session, M-x load-theme
, and pick one of the two variants of this theme.
Guess I should also mention that I'm using the Emacs master.
Odd - I just removed the package, restarted, and did M-x package-install
then M-x load-theme
and chose each version and it loaded correctly. I think I'm on a very recent version of Emacs. When I do C-h C-a
I get GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.3.0, NS appkit-1347.57 Version 10.10.3 (Build 14D130a))
If you eval (load-theme 'apropospriate-light t)
afterwards does it load?
If you eval (load-theme 'apropospriate-light t) afterwards does it load?
That makes no difference.
The error is in highlight-tail-colors
value expression. If I replace variant
with ',variant
, that gets rid of the error. Could it be that you're not seeing the error because you don't have highlight-tail
installed?
Yes, you are the man. I have highlight-tail
disabled currently but that was definitely the issue. Fixed and pushed.
Yup, it's fixed. Thanks.