From 5b4243465dc5f148b705be0bfa6c0e15e50773d2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 30 Jun 2012 12:13:04 +0100 Subject: [PATCH] Add readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7cf09d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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 + +## Installation & Usage + +### Emacs 24 + +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.