motform / stimmung-themes

emacs tuned to inner harmonies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`stimmung-themes--toggle-prompt` gets its result backwards

slotThe opened this issue · comments

This here should probably be

(pcase theme
	  ('stimmung-themes-light (stimmung-themes-load-light))
	  ('stimmung-themes-dark  (stimmung-themes-load-dark)))

instead, since whenever this is called we are definitely not using any of the stimmung-themes and so we should listen to the user in this case :)

It really should! Thank you for catching that, I must have just copy-pasted from the non-prompt case. Fixed it, thanks!