Merge pull request #157 from bradleywright/remove-deprecated-theme-files

Remove redundant theme files
This commit is contained in:
Greg Pfeil 2015-04-30 18:35:09 -06:00
commit ce8762fbd0
2 changed files with 0 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
(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))