emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cyberpunk-theme eaa024b 039/132: Add multiple-cursors curs


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme eaa024b 039/132: Add multiple-cursors cursor face.
Date: Thu, 21 Oct 2021 18:03:45 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit eaa024b2941edcf710a9da3d39e8003dccbdb141
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    Add multiple-cursors cursor face.
---
 cyberpunk-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 7175e51..6870916 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -140,6 +140,10 @@
    `(grep-match-face ((,class (:foreground ,cyberpunk-black :background 
,cyberpunk-pink-1))))
    `(match ((,class (:background ,cyberpunk-black :foreground 
,cyberpunk-pink-1))))
 
+
+   ;;; multiple-cursors
+   `(mc/cursor-face ((,class (:inverse-video nil, :background ,cyberpunk-pink 
:foreground ,cyberpunk-black))))
+
    ;; faces used by isearch
    `(isearch ((,class (:foreground ,cyberpunk-black :background 
,cyberpunk-pink-1))))
    `(isearch-fail ((,class (:background ,cyberpunk-red-1))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]