Closed riclage closed 4 years ago
you should put here what you're doing to load the theme. Also, is the error message actually stating 'leuve-dark'?
Thanks, I'm doing exactly what the answer I linked suggested:
(load-theme 'leuven t)
Then load leuven-dark via
M-x load-theme <RET> leuven-dark <RET>
is the error message actually stating 'leuve-dark'?
yes.
Finally got to a computer. I don't use leuven-dark much, but I put together a hacky solution.
(provide-theme 'leuven-dark)
to (provide-theme 'leuven)
. The line is close to the very end of the file.It should now load as a dark theme. There might be a better way, but the stack answer wasn't really working for me either.
I think I've found a better way to enable leuven-dark. I'll do some more tests (and research) later and pass my solution along to the authors once I'm certain it improves the theme.
Dear @SNTag , if you wanna improve the README, you can send a Pull Request, and I'll gladly incorporate it! Thanks...
my suggested edits can be seen in pull request #68
Merged. Thanks a lot!
I see the themes listed and can use the original leuven theme. However, when I try to install the
leuven-dark
theme, I get the message:This seems to be a similar issue as this user is facing: https://emacs.stackexchange.com/questions/52965/how-to-activate-leuven-dark-theme
The workaround proposed there also doesn't work for me.