You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the two themes: doom-one-light and doom-one.
My related settings:
(add-to-list'load-path"~/.emacs.d/repos/theme-changer")
(require'theme-changer)
(change-theme 'doom-one-light'doom-one)
(use-package emacs
:init
(progn
(set-face-attribute'defaultnil;:font "Fantasque Sans Mono":font"Inconsolata":height130)
(dolist (charset '(kana han symbol cjk-misc bopomofo))
(set-fontset-font (frame-parameternil'font)
charset (font-spec:family"LXGW WenKai")))))
I think fonts settings will not be loaded when the themes transfer.
As for adding to theme-changer-post-change-hook, it seems like a good idea. I'll try it later.
With the theme changing, the fonts change too. Any way to avoid that?
The text was updated successfully, but these errors were encountered: