Skip to content

Commit

Permalink
Add the themes to the color-themes list.
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Apr 11, 2011
1 parent 038c25d commit 147d36e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions color-theme-solarized.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"))
(add-to-list 'color-themes
'(color-theme-solarized-dark
"Solarized Dark"
"Ethan Schoonover & Greg Pfeil <[email protected]>"))

(provide 'color-theme-solarized)

0 comments on commit 147d36e

Please sign in to comment.