mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
* modus-themes.el (modus-themes-faces): Fix regression in mc/cursor-bar-face
This commit is contained in:
parent
4ca21529ae
commit
51c89ec604
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue