mirror of
https://github.com/jimeh/twilight-anti-bright-theme.git
synced 2026-02-19 10:26:38 +00:00
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
# Twilight Anti-Bright
|
|
|
|
A light-on-dark Emacs and TextMate theme inspired by the dark-on-light
|
|
Twilight Bright TextMate theme by [Florian Pichler][pichfl].
|
|
|
|
[pichfl]: http://einserver.de/goodies
|
|
|
|
## Preview
|
|
|
|
Emacs (Mac OS X Cocoa):
|
|
|
|
<div style="text-align: center">
|
|
<img src="https://github.com/jimeh/twilight-anti-bright-theme.el/raw/master/preview/emacs-gui.png" alt="preview" />
|
|
</div>
|
|
|
|
TextMate:
|
|
|
|
<div style="text-align: center">
|
|
<img src="https://github.com/jimeh/twilight-anti-bright-theme.el/raw/master/preview/textmate.png" alt="preview" />
|
|
</div>
|
|
|
|
## Supported Editors
|
|
|
|
* Emacs
|
|
* TextMate (beta version)
|
|
|
|
## Installation & Usage
|
|
|
|
### Emacs 24
|
|
|
|
1. Add the `twilight-anti-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-anti-bright-theme)`
|
|
- `(load-theme twilight-anti-bright t)`
|
|
3. Reload the init file, or restart Emacs.
|
|
|
|
### TextMate
|
|
|
|
1. Download [Twilight Anti-Bright.tmtheme][tmtheme] and open it with TextMate.
|
|
2. Done.
|
|
|
|
[tmtheme]: https://github.com/jimeh/twilight-anti-bright-theme.el/raw/master/Twilight%20Anti-Bright.tmTheme
|
|
|
|
Not supported, sorry.
|
|
|
|
## Alternative Version
|
|
|
|
This theme was inspired by the dark-on-light [Twilight Bright][bright] theme.
|
|
|
|
[bright]: https://github.com/jimeh/twilight-bright-theme.el
|