summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2026-04-10 23:43:14 +0300
committerGitHub <noreply@github.com>2026-04-10 23:43:14 +0300
commitef4197d5ae62c1592794a283092cd36251e114f8 (patch)
treef22fa907da855cd2379f29314d7ac1a772e19a79
parent4ca21529aec3c2fbb73241fe1d231452e421c279 (diff)
parent51c89ec60424d672c92b6d98e9b89117f40c28ef (diff)
Merge pull request #213 from DevelopmentCool2449/main
Fix regression in mc/cursor-mc/cursor-bar-face
-rw-r--r--modus-themes.el2
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