Home

Awesome

apprentice-theme

spacemacs custom theme based on the vim-apprentice color scheme.

install

cd ~/.emacs.d/private
git clone -v --progress https://github.com/sjas/apprentice-theme
(add-to-list 'custom-theme-load-path "~/.emacs.d/private/apprentice-theme/")
(load-theme 'apprentice)

and change under dotspacemacs/init()

dotspacemacs-themes '(apprentice ... )

such that apprentice becomes the first entry.