Mode line fonts looks tiny.
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:

If I switch theme to some other theme and back again i looks like expected.

I'm using emacs-plus 29.2.
关闭于 2024-02-26 2 条评论