Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimeh/twilight-bright-theme.el
A Emacs port of the TextMate theme by the same name with some minor tweaks and additions.
https://github.com/jimeh/twilight-bright-theme.el
Last synced: 5 days ago
JSON representation
A Emacs port of the TextMate theme by the same name with some minor tweaks and additions.
- Host: GitHub
- URL: https://github.com/jimeh/twilight-bright-theme.el
- Owner: jimeh
- Created: 2012-06-30T10:26:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T13:07:52.000Z (about 1 year ago)
- Last Synced: 2024-08-02T01:26:13.425Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 210 KB
- Stars: 64
- Watchers: 5
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
## 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