You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 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:
nord-theme.el
there:$ mkdir ~/.emacs.d/private/themes
dotspacemacs/user-init
function:nord
to the list of available themes:The text was updated successfully, but these errors were encountered: