Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 857 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 857 Bytes

Monokai Color Theme for Emacs 24

Monokai color theme for Emacs. Requires Emacs 24.

Installation

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 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)

Screenshot

Screenshot