solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 22460d497d0f1fb5221d6b13868b7f2278942625
parent 30f8e66ea04357a496d7c36ae509bd03db1ef08b
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Mon, 14 Sep 2015 02:14:45 +0200

Merge pull request #207 from PythonNut/patch-1

Fix typo in child theme examples
Diffstat:
Mchild-theme-example/themes/my-solarized-dark-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/child-theme-example/themes/my-solarized-dark-theme.el b/child-theme-example/themes/my-solarized-dark-theme.el @@ -3,7 +3,7 @@ ;; This files needs to be places iside the custom-theme-load-path list -(deftheme my-solarized-dark "The light variant of the Solarized colour theme") +(deftheme my-solarized-dark "The dark variant of the Solarized colour theme") (create-solarized-theme 'dark 'my-solarized-dark 'my-solarized-theme) (provide-theme 'my-solarized-dark)