1
0
mirror of https://github.com/sellout/emacs-color-theme-solarized.git synced 2024-06-26 07:39:07 +02:00
emacs-color-theme-solarized/solarized-light-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

12 lines
391 B
EmacsLisp

(require 'solarized-definitions
(locate-file "solarized-definitions.el" custom-theme-load-path
'("c" "")))
(create-solarized-theme solarized-light
(concat "This theme is obsolete since 2013-05-01;
use `solarized' instead.
"
solarized-description)
(solarized-color-definitions))