Files
twilight-bright-theme.el/README.md
Syohei YOSHIDA 69bf56ebdf Update MELPA URL
2015-11-21 14:37:51 +09:00

42 lines
1.0 KiB
Markdown

# Twilight Bright
A Emacs port of the TextMate theme by the same name by
[Florian Pichler][pichfl] with some minor tweaks and additions.
[pichfl]: http://einserver.de/goodies
## Preview
Mac OS X Cocoa:
<div style="text-align: center">
<img src="https://github.com/jimeh/twilight-bright-theme.el/raw/master/preview/gui.png" alt="preview" />
</div>
## Installation & Usage
### Emacs 24
If you're using [MELPA][] there's a `twilight-bright-theme` package
available. Otherwise follow these instructions:
[melpa]: https://melpa.org/
1. Add the `twilight-bright-theme` directory to your Emacs `load-path`
and `custom-theme-load-path`.
2. Add one of the following to your Emacs init file:
- `(require 'twilight-bright-theme)`
- `(load-theme twilight-bright t)`
3. Reload the init file, or restart Emacs.
### Pre-Emacs 24
Not supported, sorry.
## Alternative Version
My [Twilight Anti-Bright][anti] theme is a light-on-dark theme inspired by Twilight
Bright.
[anti]: https://github.com/jimeh/twilight-anti-bright-theme