* modus-themes.el (modus-themes-faces): Fix regression in mc/cursor-bar-face

This commit is contained in:
Elias Gabriel Perez 2026-04-10 13:02:42 -06:00
parent 4ca21529ae
commit 51c89ec604

View file

@ -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