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:
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)