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

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

[elpa] externals/modus-vivendi-theme afbe3ce 028/110: Add support for VI


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme afbe3ce 028/110: Add support for VISIBLE-MARK
Date: Wed, 29 Apr 2020 21:40:00 -0400 (EDT)

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

    Add support for VISIBLE-MARK
---
 README.org              | 1 +
 modus-operandi-theme.el | 7 +++++++
 modus-vivendi-theme.el  | 7 +++++++
 3 files changed, 15 insertions(+)

diff --git a/README.org b/README.org
index 3efbab3..9cb252b 100644
--- a/README.org
+++ b/README.org
@@ -394,6 +394,7 @@ the "full support" may not be 100% true…
 + undo-tree
 + vc (built-in mode line status for version control)
 + vc-annotate (=C-x v g=)
++ visible-mark
 + visual-regexp
 + volatile-highlights
 + wcheck-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 38e2da1..1cb2709 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -258,6 +258,7 @@
 ;;     undo-tree
 ;;     vc (built-in mode line status for version control)
 ;;     vc-annotate (C-x v g)
+;;     visible-mark
 ;;     visual-regexp
 ;;     volatile-highlights
 ;;     wcheck-mode
@@ -2747,6 +2748,12 @@ AMOUNT is a customisation option."
    `(vc-removed-state ((,class (:foreground ,red-active))))
    `(vc-state-base ((,class (:foreground ,fg-active))))
    `(vc-up-to-date-state ((,class (:foreground ,fg-special-cold))))
+   ;;;; visible-mark
+   `(visible-mark-active ((,class (:background ,blue-intense-bg))))
+   `(visible-mark-face1 ((,class (:background ,cyan-intense-bg))))
+   `(visible-mark-face2 ((,class (:background ,yellow-intense-bg))))
+   `(visible-mark-forward-face1 ((,class (:background ,magenta-intense-bg))))
+   `(visible-mark-forward-face2 ((,class (:background ,green-intense-bg))))
    ;;;; visual-regexp
    `(vr/group-0 ((,class (:inherit modus-theme-intense-blue))))
    `(vr/group-1 ((,class (:inherit modus-theme-intense-magenta))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e150ba9..9f0c146 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -258,6 +258,7 @@
 ;;     undo-tree
 ;;     vc (built-in mode line status for version control)
 ;;     vc-annotate (C-x v g)
+;;     visible-mark
 ;;     visual-regexp
 ;;     volatile-highlights
 ;;     wcheck-mode
@@ -2747,6 +2748,12 @@ AMOUNT is a customisation option."
    `(vc-removed-state ((,class (:foreground ,red-active))))
    `(vc-state-base ((,class (:foreground ,fg-active))))
    `(vc-up-to-date-state ((,class (:foreground ,fg-special-cold))))
+   ;;;; visible-mark
+   `(visible-mark-active ((,class (:background ,blue-intense-bg))))
+   `(visible-mark-face1 ((,class (:background ,cyan-intense-bg))))
+   `(visible-mark-face2 ((,class (:background ,yellow-intense-bg))))
+   `(visible-mark-forward-face1 ((,class (:background ,magenta-intense-bg))))
+   `(visible-mark-forward-face2 ((,class (:background ,green-intense-bg))))
    ;;;; visual-regexp
    `(vr/group-0 ((,class (:inherit modus-theme-intense-blue))))
    `(vr/group-1 ((,class (:inherit modus-theme-intense-magenta))))



reply via email to

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