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
Default emacs theme question #4723
Comments
|
You can get part of the way there with (while custom-enabled-themes
(disable-theme (car custom-enabled-themes)))
|
|
I think this is a bug. In |
|
I don't think this counts as a bug, though possibly a missing feature. The thing is, there is no "default" theme. The "default" theme is just what you get when you disable all custom themes. If you look at All that said, it probably is a good idea to have a way of running spacemacs without a custom them. I've submitted a PR (#4757) that allows setting |
|
Built-in themes are supported. I don't recall the name of the default theme but I'm pretty sure it has another name than default. Can you try with another built-in theme name ? |
|
I think what we're after here is the "theme" you get if you start emacs with |
|
The fix is also in dotspacemacs-themes '(default)works as expected. So the issue may be closed. |
|
dotspacemacs-themes '(default) doesn't work anymore on new spacemacs |
|
Any updates on this? |
|
I pushed a fix, check now. |
|
It seems to be working: This is probably a separate issue, but I switched to an older branch while I was testing, and the message:
appears twice in the
and line 60-70 something (the Spacemacs home buffer was open before restarting, therefore it opened on startup):
is the theme loading twice? The message
also appears twice. System Info 💻
(helm auto-completion emacs-lisp git markdown
(org :variables org-agenda-files
'("c:/Users/Username/Documents/"))
version-control)
|
That's exactly what I fixed. Not surprising that you see it on a different branch that doesn't have the fix. |
|
The question was, since it's reported twice in the messages buffer, is the theme loaded twice? Or since the "Open the quickhelp" message also appears twice, is there something else going on? |
|
@duianto If the theme fails to load early in the boot process, it will load the fallback theme (spacemacs-dark) and attempt to load it again after packages have been fully initialized. So yeah, if there's an error, it will try to do it twice. |
|
@dangom Those are the default colours for the powerline faces, I believe. |
|
I also have issues with choosing the default theme as default :D A workaround for me is to just put the default theme on the 2nd to last position in |
|
Yeah, and it seems like it needs something like this also: Otherwise the modeline is sorta broken. |
|
This is still not working with the latest
Spacemacs v.0.200.13 Below variable set in .spacemacs dotspacemacs-themes '(default) |
|
@gnumonk I don't think master has the same changes as in develop. For me, it works on the develop branch. |
|
This works (putting the theme as "default") on the current spacemacs. |


What if I want to use the default emacs theme? Is it possible? I tried setting
dotspacemacs-themesto nil but it doesn't work.Thanks!
The text was updated successfully, but these errors were encountered: