solaryzed-emacs/solarized-theme-pkg.el
Steve Purcell 8cf091bdb8 Don't duplicate code from color.el (#234)
This theme targets Emacs 24, so it can simply directly use the
color-name-to-rgb and color-rgb-to-hex, since those functions have been
available in color.el since Emacs 24.1. In fact, the code removed by
this commit has apparently been copied-and-pasted from there, and
prefixed with "solarized-".
2016-05-15 06:41:37 -05:00

5 lines
145 B
EmacsLisp

(define-package
"solarized-theme"
"1.2.2"
"The Solarized color theme, ported to Emacs."
'((emacs "24.1") (cl-lib "0.5") (dash "2.6.0")))