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

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

[elpa] externals/modus-operandi-theme b66b7b2 007/112: Add support for V


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b66b7b2 007/112: Add support for VOLATILE-HIGHLIGHTS (issue #17)
Date: Mon, 30 Mar 2020 15:59:26 -0400 (EDT)

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

    Add support for VOLATILE-HIGHLIGHTS (issue #17)
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 102b716..8297440 100644
--- a/README.org
+++ b/README.org
@@ -312,6 +312,7 @@ the "full support" may not be 100% true…
 + undo-tree
 + vc (built-in mode line status for version control)
 + visual-regexp
++ volatile-highlights
 + wgrep
 + which-function-mode
 + which-key
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ae15e5c..7812112 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -202,6 +202,7 @@
 ;;     undo-tree
 ;;     vc (built-in mode line status for version control)
 ;;     visual-regexp
+;;     volatile-highlights
 ;;     wgrep
 ;;     which-function-mode
 ;;     which-key
@@ -2191,6 +2192,8 @@ between foreground and background is >= 7:1)."
    `(vr/match-0 ((,class (:inherit modus-theme-refine-yellow))))
    `(vr/match-1 ((,class (:inherit modus-theme-refine-yellow))))
    `(vr/match-separator-face ((,class (:inherit modus-theme-intense-neutral 
:weight bold))))
+   ;;;; volatile-highlights
+   `(vhl/default-face ((,class (:background ,bg-alt :foreground 
,blue-nuanced))))
    ;;;; wgrep
    `(wgrep-delete-face ((,class (:inherit modus-theme-refine-yellow))))
    `(wgrep-done-face ((,class (:inherit modus-theme-refine-blue))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8358f66..6568a60 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -202,6 +202,7 @@
 ;;     undo-tree
 ;;     vc (built-in mode line status for version control)
 ;;     visual-regexp
+;;     volatile-highlights
 ;;     wgrep
 ;;     which-function-mode
 ;;     which-key
@@ -2191,6 +2192,8 @@ between foreground and background is >= 7:1)."
    `(vr/match-0 ((,class (:inherit modus-theme-refine-yellow))))
    `(vr/match-1 ((,class (:inherit modus-theme-refine-yellow))))
    `(vr/match-separator-face ((,class (:inherit modus-theme-intense-neutral 
:weight bold))))
+   ;;;; volatile-highlights
+   `(vhl/default-face ((,class (:background ,bg-alt :foreground 
,blue-nuanced))))
    ;;;; wgrep
    `(wgrep-delete-face ((,class (:inherit modus-theme-refine-yellow))))
    `(wgrep-done-face ((,class (:inherit modus-theme-refine-blue))))



reply via email to

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