Monokai color theme for Emacs. Requires Emacs 24.
- Home Page: https://github.com/lvillani/el-monokai-theme
- Reporting issues: https://github.com/lvillani/el-monokai-theme/issues
This package is available from Marmalade. Refer
to its documentation to learn how to use Marmalade and package.el
with your
version of Emacs.
To install the theme evaluate (C-x C-e
) this elisp form in a scratch buffer:
(progn
(package-refresh-contents)
(package-install 'monokai-theme))
Then enable it by adding this line to your ~/.emacs
or ~/.emacs.d/init.el
file:
(load-theme 'monokai t)