guidoschmidt / circadian.el

Theme-switching for Emacs based on daytime
https://guidoschmidt.github.io/circadian.el
MIT License
169 stars 8 forks source link

how it overrides previous theme? #2

Closed avkoval closed 6 years ago

avkoval commented 6 years ago

Hi,

Before, when I switch off the last theme I get emacs default theme selected. It is not longer true with this package - instead of showing up emacs default theme it shows previous one. As result, next theme colors get inherited from previous one (and not from default), making themes look different and unusable. So, basically the effect is the same as if you check "select more then one theme at a time" checkbox - instead of switching theme fully, it will combine previous and next one.

Expected behavior: when theme deselected, emacs default theme appears.

WBR, Alex