summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2011-08-24 22:59:04 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2011-08-24 22:59:04 +0300
commitebef8b8f809106f8ef596b05e97a8a58249b456a (patch)
tree6464d407dc7a035d7b54f3e869462aa68e1257de /README.md
parent4bcc5a3e216456de9eaed18cbe3c55b112914e12 (diff)
added an Emacs 24 version of zenburn
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 21 insertions, 7 deletions
diff --git a/README.md b/README.md
index b4cb350..88956aa 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,27 @@
-# About #
+# About
Zenburn for Emacs is a direct port of the popular
[Zenburn](http://slinky.imukuppi.org/zenburnpage/ Zenburn) theme for vim,
developed by Jani Nurminen. It's my personal belief (and
that of its many users I presume) that it's one of the best low
contrast color themes out there and that it's is exceptionally easy on
-the eyes.
+the eyes.
-# Installation #
+The theme has two versions - one for Emacs 23, relying on the
+color-theme package and another for Emacs 24 using the built-in
+theming support there.
+
+# Installation
+
+## Emacs 23
Zenburn depends on the color-theme package, so you should have it
installed. In zenburn's repo you'll find a stripped down version of
color-theme (without the built-in themes) suitable for use with
zenburn. Finally put this in your .emacs(or init.el):
-`(require 'color-theme-zenburn)`
-
-`(color-theme-zenburn)`
+ (require 'color-theme-zenburn)
+ (color-theme-zenburn)
Zenburn for Emacs is also available for installation via the
[Marmalade](http://marmalade-repo.org/) package repository. Follow the
@@ -25,7 +30,16 @@ afterwards you can install the zenburn theme like this:
`M-x package-install color-theme-zenburn`
-# Bugs & Improvements #
+## Emacs 24
+
+Download **zenburn-theme.el** to ~/.emacs.d/themes. Add this your
+.emacs.d:
+
+`(add-to-list custom-theme-load-path "~/.emacs.d/themes")`
+
+Now you can load the theme with the interactive function **load-theme**.
+
+# Bugs & Improvements
Please, report any problems that you find on the projects integrated
issue tracker. If you've added some improvements and you want them