diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-10 18:46:17 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-10 18:46:17 +0800 |
| commit | c85fe0eeee044478126584582adbe7e4322de8a6 (patch) | |
| tree | f6b2a984969c963730f4153fa270120725a7d41a /config | |
| parent | 8bb3cd6b5dd016e8006815ac4ea579a76c7fcd9d (diff) | |
Fixed bold issue for the modeline
Diffstat (limited to 'config')
| -rw-r--r-- | config/modeline.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/modeline.el b/config/modeline.el index 43ec8cf..20d94d4 100644 --- a/config/modeline.el +++ b/config/modeline.el @@ -298,9 +298,9 @@ (setq doom-modeline-after-update-env-hook nil) ;; Prevent evil state icons from being bold in active modeline +;; Only set evil state faces to normal, not the base doom-modeline face (with-eval-after-load 'doom-modeline - (dolist (face '(doom-modeline - doom-modeline-evil-emacs-state + (dolist (face '(doom-modeline-evil-emacs-state doom-modeline-evil-insert-state doom-modeline-evil-motion-state doom-modeline-evil-normal-state |
