summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2011-05-19 18:52:24 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2011-05-19 18:52:24 +0300
commite3f65dc48833ae24d90a2d2fbc9fb076360cab0e (patch)
tree980f4cc9442b5d1c89dcb4ba12b8e63631aa0031 /README.md
parent1726d4e9fd22186402d4ecb3e9d5fec56a873406 (diff)
removed legacy stuff, added a stripped down version of color-theme for
use with color-theme-zenburn
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 9 insertions, 24 deletions
diff --git a/README.md b/README.md
index 1f30c1b..4b90719 100644
--- a/README.md
+++ b/README.md
@@ -2,37 +2,22 @@
Zenburn for Emacs is a direct port of the popular
[Zenburn](http://slinky.imukuppi.org/zenburnpage/ Zenburn) theme for vim,
-developed originally by Jani Nurminen. It's my personal belief(and
-that of many of its users I presume) that it's one of the best low
-contrast themes out there and that Zenburn is exceptionally easy on
+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 project was originally ported to Emacs by Daniel Brockman, but it
-seems that he has lost interest in it recently. This is the reason why
-I gathered here all improvements over the last official Zenburn
-version and started this fork of the project. It's my hope that it
-will be become a central place for zenburn development.
-
-Daniel's version of Zenburn had reached a state in which it took me
-too much to make improvements to it so I started work on clean new
-version of the theme with a simpler design and code base. It's in very
-early stage of development and it doesn't currently include all the
-faces from the old version, but this will quickly change (hopefully).
-
# Installation #
Zenburn depends on the color-theme package, so you should have it
installed. After that just put this in your .emacs(or equivalent):
-`(require 'zenburn)`
-
-if you want to use the new Zenburn or
+`(require 'color-theme-zenburn)`
-`(require 'zenburn-legacy)`
+`(color-theme-zenburn)`
-if you wish to use the legacy version.
-
-`(zenburn)`
+Zenburn for Emacs is also available for installation via the
+[Marmalade](http://marmalade-repo.org/) package repository.
# Bugs & Improvements #
@@ -42,5 +27,5 @@ included upstream don't hesitate to send me a patch or even better - a
GitHub pull request.
# Contributors
- * Ranko Radonić
- * Dr. Mark A. Friedman
+
+So far - none. You could be the first. :-)