commit 473c531fe6bd7cab30e63d8ae81dde49ef5b09e1 parent 30f8e66ea04357a496d7c36ae509bd03db1ef08b Author: PythonNut <PythonNut@users.noreply.github.com> Date: Sun, 13 Sep 2015 14:43:36 -0700 Fix typo in child theme examples Diffstat:
| M | child-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)