This commit is contained in:
GitHub Merge Button 2011-05-06 04:50:56 -07:00
commit af2a93e210
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
(require 'solarized-definitions)
(deftheme solarized-dark solarized-description)
(create-solarized-theme dark)

View File

@ -1,3 +1,5 @@
(eval-when-compile (require 'cl))
(defconst solarized-description
"Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized.")

View File

@ -1,3 +1,6 @@
(require 'solarized-definitions)
(deftheme solarized-light solarized-description)
(create-solarized-theme light)