-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add better support to set themes. #163
Labels
Comments
Did you try to disable the current theme first in (disable-theme 'solarized-light)
(load-theme 'monokai t) |
Ok same things. So I'm divised on this issue: the right fix is to support |
Seems that `(term ((t ( :background ,base03 :foreground ,base0)))) |
Or the other way around, `(term-default-fg-color
((,class (:inherit term-color-white))
(,terminal-class (:inherit term-color-white))))
`(term-default-bg-color
((,class (:inherit term-color-black))
(,terminal-class (:inherit term-color-black)))) |
I will try to fix it in solarized. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loading another theme in the dotemacs/init function is not enough
http://i.imgur.com/6iijztH.jpg
Somehow the colorschemes defined in solarized-light are not redefined by zenburn, so maybe a way to tell spacemacs to load zenburn the first time instead of solarized-light? That could solve it
The text was updated successfully, but these errors were encountered: