Give multiple-cursors cursors muted appearance

This commit is contained in:
Jessie Hildebrandt 2022-12-13 03:39:29 -05:00
parent 3c32afc9ce
commit 3cceb93e8f

View File

@ -651,7 +651,7 @@
`(mood-line-status-info ((,class (:foreground ,teal))))
;; multiple-cursors
`(mc/cursor-face ((,class (:inherit 'cursor))))
`(mc/cursor-face ((,class (:inherit 'cursor :background ,fg-alt))))
;; nav-flash
`(nav-flash-face ((,class (:background ,dark-blue :foreground ,base-8 :weight bold))))