Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andre-richter/emacs-lush-theme

A dark theme with lush colors for Emacs24
https://github.com/andre-richter/emacs-lush-theme

Last synced: 7 days ago
JSON representation

A dark theme with lush colors for Emacs24

Awesome Lists containing this project

README

        

[![MELPA](http://melpa.org/packages/lush-theme-badge.svg)](http://melpa.org/#/lush-theme)

emacs-lush-theme
================

A dark theme with lush colors for Emacs24, based on [JD Huntington's blackboard theme](http://jdhuntington.com/paste/color-theme-blackboard.el.html)

## Installation

1. If you use [MELPA](http://melpa.milkbox.net), just do:
M-x package-install [RET] lush-theme [RET]
2. Otherwise, put `lush-theme.el` in your Emacs load path, e.g. `~/.emacs.d/`

You can apply the theme via M-x customize-themes or make it your default theme by adding the following to your Emacs configuration file:

```el
(load-theme 'lush t)
```

## Screenshots

### C
![Screenshot](screenshots/c.png)

### Ruby
![Screenshot](screenshots/ruby.png)

### Lisp
![Screenshot](screenshots/lisp.png)

### Python
![Screenshot](screenshots/python.png)

## Credits

* [JD Huntington's blackboard theme](http://jdhuntington.com/paste/color-theme-blackboard.el.html)