Fix typo in child theme examples

This commit is contained in:
PythonNut 2015-09-13 14:43:36 -07:00
parent 30f8e66ea0
commit 473c531fe6

View file

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