1
0
mirror of https://github.com/sellout/emacs-color-theme-solarized.git synced 2024-06-21 07:06:42 +02:00
emacs-color-theme-solarized/solarized-theme.el
Greg Pfeil e7b9997d34 Deprecate the old dark/light themes.
There is now a single theme that will use light or dark versions based
on the background-mode of the frame, this allows a mix of light and dark frames.
2015-01-06 19:43:18 -07:00

7 lines
250 B
EmacsLisp

(require 'solarized-definitions
(locate-file "solarized-definitions.el" custom-theme-load-path
'("c" "")))
(create-solarized-theme solarized
solarized-description (solarized-color-definitions))