diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d7fe7 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Twilight Anti-Bright + +A light-on-dark Emacs theme inspired by the dark-on-light Twilight Bright +TextMate theme by [Florian Pichler][pichfl]. + +[pichfl]: http://einserver.de/goodies + +## 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. + +### Pre-Emacs 24 + +Not supported, sorry.