https://github.com/caisah/seti-theme.git
git clone 'git://github.com/caisah/seti-theme.git'
Dark theme ispired by Atom Seti.
This theme tries to also give the Atom feel.
M-x package-install
RET seti-theme
.
Download seti-theme.el
to the directory ~/.emacs.d/themes/
. Add this to your
.emacs
:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
You can load the theme now with:
M-x load-theme RET seti
To make it the default theme add to your .emacs
file:
(load-theme 'seti t)