Open spapanik opened 7 years ago
I ran into the same problem and I thought it wasn't installed. But it's actually installed and if you do M-x load-theme
, you can find the theme. Not sure how to solve this once and for all yet.
I have a workaround to silence the warning by defining color-themes
as a list (setq color-themes '())
before you load the package. For example, I use use-package
to manage all my packages and I add this line into my :init
.
(use-package color-theme-solarized
:init (setq color-themes '())) ; Hack to silence compiler warning
Had the same issue. Looks like we should have color-theme installed.
Manual installation of the theme works, but if I try to install the theme from Melpa (with
(use-package color-theme-solarized)
) I get the following error:I am on emacs 25.2