From 51c89ec60424d672c92b6d98e9b89117f40c28ef Mon Sep 17 00:00:00 2001 From: Elias Gabriel Perez Date: Fri, 10 Apr 2026 13:02:42 -0600 Subject: * modus-themes.el (modus-themes-faces): Fix regression in mc/cursor-bar-face --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0