Remove redundant theme files

Invoking the theme in Emacs 24+ is a matter of `(enable-theme
'solarized)`.

Additionally, these were marked as obsolete a long time ago, and as
mentioned in
https://github.com/sellout/emacs-color-theme-solarized/issues/155 it'd
be nice to get rid of them.
This commit is contained in:
Bradley Wright 2015-04-30 22:56:08 +01:00
parent 99067d083b
commit 411863b531
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))