You can find a complete of all supported packages on the README file.
This theme is hosted on MELPA repository
M-x package-install RET omni-theme
If you are a git user, you can install the theme by cloning the repo:
$ git clone https://github.com/getomni/emacs.git
Download using the GitHub .zip download option and unzip them.
- Create a directory called
elisp
on youremacs
config path. - Place the
omni.el
file on this directory - Add the following to your
init.el
:
(add-to-list 'load-path "<emacs-config-path>/elisp/")
(load-theme 'omni t)
ps: replace <emacs-config-path>
with the desired path, example: ~/.emacs.d/
- Add the following to you
init.el
:
(load-theme 'omni t)
Or execute M-x load-theme RET omni RET
.