mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rather than reloading whatever `doom-theme` is set to, reload the currently active theme(s). Although `load-theme` is advised to change the value of `doom-theme`, not all theme switching commands use `load-theme` (e.g. `consult-theme`). Fix #5539