sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

the theme doesn't work without "color-theme" package. #188

Closed xarthurx closed 1 year ago

xarthurx commented 8 years ago

This continue from #184

The interesting part is if I delete the "color-theme" package in Emacs, when starting Emacs again, it gave me errors.

Warning (emacs): Unable to activate package `color-theme-solarized'.
Required package `color-theme-6.5.5' is unavailable
Warning (initialization): An error occurred while loading
`/home/x__x/.emacs.d/init.el':

error: Unable to find theme file for `solarized'

this is because uninstalling color-theme will delete solarized theme from "custom-theme-dictionary", and if I install the theme again, "color-theme" was reinstalled. It seems solarized theme depend on the "color-theme" package.

Sincerely,

sellout commented 1 year ago

Fixed in #187.