Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hbin/molokai-theme
Yet another molokai theme for Emacs 24.
https://github.com/hbin/molokai-theme
Last synced: 6 days ago
JSON representation
Yet another molokai theme for Emacs 24.
- Host: GitHub
- URL: https://github.com/hbin/molokai-theme
- Owner: hbin
- Created: 2013-04-17T02:10:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T03:01:25.000Z (almost 10 years ago)
- Last Synced: 2024-08-03T23:23:49.554Z (3 months ago)
- Language: Emacs Lisp
- Size: 129 KB
- Stars: 121
- Watchers: 11
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet Another molokai theme for Emacs 24
This is a theme for Emacs 24 that based on my favrite molokai theme for Vim.# Preview
![molokai](https://raw.github.com/hbin/hbin.github.com/master/images/articles/molokai%20preview.png)# Installation
## Manual
Download `molokai-theme.el` to the directory `~/.emacs.d/themes/`. And
add this to your emacs dotfile:```bash
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
```Load the theme with the interactive function `load-theme`:
```lisp
M-x load-theme RET molokai
```## Do you like the mode line and the linum style in the preview picture?
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`:
```lisp
(setq molokai-theme-kit t)
```# Improvements
Advises and pull request are welcome.Huang Bin