added preview version of Solarized for Emacs

This commit is contained in:
Bozhidar Batsov 2011-12-03 10:33:45 +02:00
parent f5b6442833
commit fe0be28803
3 changed files with 476 additions and 0 deletions

View file

@ -0,0 +1,7 @@
(require 'solarized-core)
(deftheme solarized-dark "The dark variant of the Solarized colour theme")
(create-solarized-theme 'dark)
(provide-theme 'solarized-dark)

View file

@ -0,0 +1,7 @@
(require 'solarized-core)
(deftheme solarized-light "The light variant of the Solarized colour theme")
(create-solarized-theme 'light)
(provide-theme 'solarized-light)