added preview version of Solarized for Emacs
This commit is contained in:
parent
f5b6442833
commit
fe0be28803
3 changed files with 476 additions and 0 deletions
7
themes/solarized-dark-theme.el
Normal file
7
themes/solarized-dark-theme.el
Normal 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)
|
7
themes/solarized-light-theme.el
Normal file
7
themes/solarized-light-theme.el
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue