Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andre-richter/emacs-lush-theme
- Owner: andre-richter
- Created: 2014-09-21T12:31:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T21:33:50.000Z (almost 5 years ago)
- Last Synced: 2024-12-24T03:07:37.147Z (12 days ago)
- Language: Emacs Lisp
- Homepage:
- Size: 1.43 MB
- Stars: 26
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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)