Add the themes to the color-themes list.

This commit is contained in:
Greg Pfeil 2011-04-11 12:16:17 -04:00
parent 038c25dfdb
commit 147d36e31b
1 changed files with 9 additions and 0 deletions

View File

@ -119,4 +119,13 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(interactive)
(color-theme-solarized 'light))
(add-to-list 'color-themes
'(color-theme-solarized-light
"Solarized Light"
"Ethan Schoonover & Greg Pfeil <greg@technomadic.org>"))
(add-to-list 'color-themes
'(color-theme-solarized-dark
"Solarized Dark"
"Ethan Schoonover & Greg Pfeil <greg@technomadic.org>"))
(provide 'color-theme-solarized)