-
Notifications
You must be signed in to change notification settings - Fork 114
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
How do you activate the theme? #178
Comments
Additionally, "color-theme-select" has no knowledge of the theme. "color-theme-spacemacs-dark" do nothing to activate the theme. It is unclear how you are supposed to activate the theme. |
@duane How did you install it? did you use |
Think it would help if there were more specific installation instructions. For example: "To install the dark theme, put this in your init.el:
|
Clarify how to activate the theme. See nashamri#178.
I agree, we need better documentation on how to apply or activate the theme once installed. I installed the theme using the NonGNU archive and still have no idea how to activate it. Adding (use-package spacemacs-theme :ensure t) (load-theme 'spacemacs-dark t) to my init.el file did NOT work. Thanks. P.S. After some experimentation, adding the following to my init.el file seems to fix the problem for myself, however you still need to add more documentation regarding how to activate the theme. (add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/themes/")) Please add further documentation. |
The following code block worked for me:
|
I have it installed, but "load-theme spacemacs" and "load-theme spacemacs-theme" do nothing to load the theme.
The text was updated successfully, but these errors were encountered: