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

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

[elpa] externals/modus-operandi-theme af0d20d 011/112: Add support for M


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme af0d20d 011/112: Add support for MULTIPLE-CURSORS (issue #17)
Date: Mon, 30 Mar 2020 15:59:27 -0400 (EDT)

branch: externals/modus-operandi-theme
commit af0d20d8f8ec7cde2feae6a5c2d336ddad4f5f0b
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for MULTIPLE-CURSORS (issue #17)
---
 README.org              | 1 +
 modus-operandi-theme.el | 5 +++++
 modus-vivendi-theme.el  | 5 +++++
 3 files changed, 11 insertions(+)

diff --git a/README.org b/README.org
index 6620590..44c59ee 100644
--- a/README.org
+++ b/README.org
@@ -275,6 +275,7 @@ the "full support" may not be 100% true…
 + mood-line
 + mu4e
 + mu4e-conversation
++ multiple-cursors
 + neotree
 + org*
 + org-journal
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1c4c037..b8114a2 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -165,6 +165,7 @@
 ;;     mood-line
 ;;     mu4e
 ;;     mu4e-conversation
+;;     multiple-cursors
 ;;     neotree
 ;;     org
 ;;     org-journal
@@ -1746,6 +1747,10 @@ between foreground and background is >= 7:1)."
    `(mu4e-conversation-sender-8 ((,class (:foreground ,blue-refine-fg))))
    `(mu4e-conversation-sender-me ((,class (:foreground ,fg-main))))
    `(mu4e-conversation-unread ((,class (:weight bold))))
+   ;;;; multiple-cursors
+   `(mc/cursor-bar-face ((,class (:height 1 :background ,fg-main))))
+   `(mc/cursor-face ((,class (:inverse-video t))))
+   `(mc/region-face ((,class (:inherit region))))
    ;;;; neotree
    `(neo-banner-face ((,class (:foreground ,magenta))))
    `(neo-button-face ((,class (:inherit button))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index faa9921..00641c8 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -165,6 +165,7 @@
 ;;     mood-line
 ;;     mu4e
 ;;     mu4e-conversation
+;;     multiple-cursors
 ;;     neotree
 ;;     org
 ;;     org-journal
@@ -1746,6 +1747,10 @@ between foreground and background is >= 7:1)."
    `(mu4e-conversation-sender-8 ((,class (:foreground ,blue-refine-fg))))
    `(mu4e-conversation-sender-me ((,class (:foreground ,fg-main))))
    `(mu4e-conversation-unread ((,class (:weight bold))))
+   ;;;; multiple-cursors
+   `(mc/cursor-bar-face ((,class (:height 1 :background ,fg-main))))
+   `(mc/cursor-face ((,class (:inverse-video t))))
+   `(mc/region-face ((,class (:inherit region))))
    ;;;; neotree
    `(neo-banner-face ((,class (:foreground ,magenta))))
    `(neo-button-face ((,class (:inherit button))))



reply via email to

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