emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruber-darker-theme 043327ae41 035/121: Improved README.md


From: ELPA Syncer
Subject: [nongnu] elpa/gruber-darker-theme 043327ae41 035/121: Improved README.md.
Date: Mon, 12 Dec 2022 21:00:07 -0500 (EST)

branch: elpa/gruber-darker-theme
commit 043327ae41fbb566e8c2df226ad5ab74a097c721
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    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 #
 
 ![gruber-darker-theme](http://i.imgur.com/8dY71hX.png)
 
-# 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 <reximkut@gmail.com>
 ;; 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]