projects
/
emacs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update elpy
[emacs.git]
/
.emacs.d
/
themes
/
solarized-light-theme.el
1
(require 'solarized)
2
3
(deftheme solarized-light "The light variant of the Solarized colour theme")
4
5
(create-solarized-theme 'light 'solarized-light)
6
7
(provide-theme 'solarized-light)