diff options
| author | Elias Gabriel Perez <eg642616@gmail.com> | 2026-04-10 13:02:42 -0600 |
|---|---|---|
| committer | Elias Gabriel Perez <eg642616@gmail.com> | 2026-04-10 13:02:56 -0600 |
| commit | 51c89ec60424d672c92b6d98e9b89117f40c28ef (patch) | |
| tree | f22fa907da855cd2379f29314d7ac1a772e19a79 | |
| parent | 4ca21529aec3c2fbb73241fe1d231452e421c279 (diff) | |
* modus-themes.el (modus-themes-faces): Fix regression in mc/cursor-bar-face
| -rw-r--r-- | modus-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modus-themes.el b/modus-themes.el index f91b157..0d19c5e 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -6308,7 +6308,7 @@ If COLOR is unspecified, then return :box unspecified." `(mu4e-view-body-face (( ))) `(mu4e-warning-face ((,c :foreground ,warning))) ;;;;; multiple-cursors - `(mc/cursor-bar-face ((,c :height 1 :foreground ,fg-main :background ,bg-main))) + `(mc/cursor-bar-face ((,c :height 1 :background ,cursor))) `(mc/cursor-face ((,c :inverse-video t))) `(mc/region-face ((,c :background ,bg-region :foreground ,fg-region))) ;;;;; nerd-icons |
