ITADN

Mode line fonts looks tiny.

#2Closedheigum 创建于 2024-02-23
H
heigumcommented
I have the following in my init.el ```elisp (use-package selected-window-accent-mode :straight (:fetcher github :repo "captainflasmr/selected-window-accent-mode") :config (selected-window-accent-mode 1) :custom (selected-window-accent-fringe-thickness 3) (selected-window-accent-custom-color nil) (selected-window-accent-mode-style 'subtle)) ``` I'm using the modus-operandi theme this leaves the mode-line looking like this: ![image](https://github.com/captainflasmr/selected-window-accent-mode/assets/111889621/278c434d-d54e-4600-a84f-e0ee285ee415) If I switch theme to some other theme and back again i looks like expected. ![image](https://github.com/captainflasmr/selected-window-accent-mode/assets/111889621/57704f0d-f9e7-4e18-bd58-384c59c2d64f) I'm using emacs-plus 29.2.
关闭于 2024-02-26 2 条评论