Skip to content
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

Loading a custom theme #1

Closed
jcyamo opened this issue Mar 10, 2017 · 1 comment
Closed

Loading a custom theme #1

jcyamo opened this issue Mar 10, 2017 · 1 comment

Comments

@jcyamo
Copy link

jcyamo commented Mar 10, 2017

I am a heavy spacemacs user and have recently discovered the nord color theme. I was disappointed to find out there is currently no official port, so I appreciate your effort in making one available!

I just wanted to mention another option for loading a custom theme. Here is how I do it:

  • First create a private themes directory, and then save nord-theme.el there:
$ mkdir ~/.emacs.d/private/themes
  • Now, add that directory as a custom theme path in your dotspacemacs/user-init function:
(defun dotspacemacs/user-init ()
  ...
  (add-to-list 'custom-theme-load-path "~/.emacs.d/private/themes/"))
  • Now you may simply add nord to the list of available themes:
dotspacemacs-themes '(nord)
@bobbypriam
Copy link
Owner

Thanks for telling, @jonyamo! I've updated the Usage section of the readme to link to this issue. I too am yearning for an official port, and it's definitely on the way. I'll be sure to deprecate this repo when one comes out.

I'm closing this issue 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants