Awesome
Seti Theme (for Emacs)
Dark theme ispired by Atom Seti.
This theme tries to also give the Atom feel.
Installation
From Package (Melpa)
<kbd>M-x package-install</kbd> <kbd>RET</kbd> seti-theme
.
Manual
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:
<kbd>M-x load-theme</kbd> <kbd>RET</kbd> seti
To make it the default theme add to your .emacs
file:
(load-theme 'seti t)