mirror of
https://github.com/altercation/solarized
synced 2024-11-24 04:33:10 +00:00
Add the themes to the color-themes list.
This commit is contained in:
parent
038c25dfdb
commit
147d36e31b
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue