From 3cceb93e8f898ccabafde0bb8aef62412aab368a Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 13 Dec 2022 03:39:29 -0500 Subject: [PATCH] Give multiple-cursors cursors muted appearance --- mood-adwaita-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index 1f1e20d..72b7a92 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -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))))