This is a theme for Emacs 24 that based on my favrite molokai theme for Vim.
Download molokai-theme.el
to the directory ~/.emacs.d/themes/
. And
add this to your emacs dotfile:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
Load the theme with the interactive function load-theme
:
M-x load-theme RET molokai
I borrow the mode line style from the
http://emacs-fu.blogspot.com
. It seems that they were born of a
couple. If you like it, add the follow line before you load the
molokai-theme
:
(setq molokai-theme-kit t)
Advises and pull request are welcome.
Huang Bin