From 5c9873c17dc69a19cd96d1a171fef704bad7e1cc Mon Sep 17 00:00:00 2001 From: Aleksei Gusev Date: Sun, 30 Oct 2022 15:25:06 +0200 Subject: [PATCH] Fix multiple-cursors's `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 a9d0d53..2c4143b 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -6385,7 +6385,7 @@ by virtue of calling either of `modus-themes-load-operandi' and `(mu4e-view-body-face ((,class :foreground ,fg-main))) `(mu4e-warning-face ((,class :inherit warning))) ;;;;; multiple-cursors - `(mc/cursor-bar-face ((,class :height 1 :background ,fg-main))) + `(mc/cursor-bar-face ((,class :height 1 :foreground ,fg-main :background ,bg-main))) `(mc/cursor-face ((,class :inverse-video t))) `(mc/region-face ((,class :inherit region))) ;;;;; nano-modeline