branch: elpa/gruber-darker-theme
commit 043327ae41fbb566e8c2df226ad5ab74a097c721
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Improved README.md.
---
README.md | 31 ++++++++++++++++++++++---------
gruber-darker-theme.el | 14 +++++++++-----
2 files changed, 31 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 7d2c15d470..a35236e415 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,21 @@
-# Gruber Darker
+# Gruber Darker #
-Gruber Darker color theme for Emacs by Jason Blevins. A darker variant
-of the Gruber Dark theme for BBEdit by John Gruber. Adapted for
-deftheme and extended by Alexey Kutepov a.k.a. rexim.
+[Gruber
Darker](http://jblevins.org/projects/emacs-color-themes/color-theme-gruber-darker.el.html)
+color theme for Emacs by Jason Blevins. A darker variant of the
+[Gruber Dark](http://daringfireball.net/projects/bbcolors/schemes/)
+theme for BBEdit by John Gruber. Adapted for deftheme and extended by
+Alexey Kutepov a.k.a. rexim.
-# Screenshot
+# Screenshot #

-# Installation
+# Installation #
You can use built-in package manager (package.el) or do everything by
your hands.
-## Using package manager
+## Using package manager ##
This theme is available on two repositories:
[MELPA](http://melpa.milkbox.net/) and
@@ -34,7 +36,7 @@ for [MELPA](http://melpa.milkbox.net/), or
'("marmalade" . "http://marmalade-repo.org/packages/") t)
```
-for [Marmalade](Http://marmalade-repo.org/).
+for [Marmalade](http://marmalade-repo.org/).
I personally prefer [MELPA](http://melpa.milkbox.net/), 'cause it
hourly updates its packages from upstream source.
@@ -42,7 +44,7 @@ hourly updates its packages from upstream source.
Then use `M-x package-install RET gruber-darker-theme RET` to install
the theme. Use `M-x customize-themes` to change your current theme.
-## Manual old fashioned way
+## Manual old fashioned way ##
Download the theme to your local directory. You can do it through `git
clone` command:
@@ -61,3 +63,14 @@ init.el, whatever):
```
Use `M-x customize-themes` to change your current theme.
+
+# Contribution #
+
+Gruber Darker is an awesome theme. But it has a lack of support for
+many good modes. I add color faces only for modes I use. If you like
+this theme and use a mode that looks very bad on it, feel free to add
+appropriate color faces (see gruber-darker-theme.el) and send me a
+pull request. Please, attach to the pull request a screenshot which
+shows the look before and after the modification.
+
+Thanks.
diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 9484953f59..4005b95a96 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -1,6 +1,6 @@
;;; gruber-darker-theme.el --- Gruber Darker color theme for Emacs 24.
-;; Copyright (C) 2009-2013 Jason R. Blevins
+;; Copyright (C) 2013 Alexey Kutepov a.k.a rexim
;; Author: Alexey Kutepov <[email protected]>
;; URL: http://github.com/rexim/gruber-darker-theme
@@ -26,11 +26,15 @@
;; CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
;; SOFTWARE.
+;;; Commentary:
+;;
+;; Gruber Darker color theme for Emacs by Jason Blevins. A darker
+;; variant of the Gruber Dark theme for BBEdit by John Gruber. Adapted
+;; for deftheme and extended by Alexey Kutepov a.k.a. rexim.
+
+
(deftheme gruber-darker
- "Gruber Darker color theme for Emacs by Jason Blevins.
-A darker variant of the Gruber Dark theme for BBEdit by John
-Gruber. Adapted for deftheme and extended by Alexey Kutepov
-a.k.a. rexim.")
+ "Gruber Darker color theme for Emacs 24")
;; Install rainbow-mode.
;; Colors with +x are lighter. Colors with -x are darker.