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

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

[elpa] externals/modus-operandi-theme 32cfacd 009/112: Add support for S


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 32cfacd 009/112: Add support for SYMBOL-OVERLAY (issue #17)
Date: Mon, 30 Mar 2020 15:59:27 -0400 (EDT)

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

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

diff --git a/README.org b/README.org
index f808cd5..2ef5b65 100644
--- a/README.org
+++ b/README.org
@@ -305,6 +305,7 @@ the "full support" may not be 100% true…
 + suggest
 + swiper
 + sx
++ symbol-overlay
 + telephone-line
 + term
 + transient (pop-up windows like Magit's)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9c091d0..dad8534 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -195,6 +195,7 @@
 ;;     suggest
 ;;     swiper
 ;;     sx
+;;     symbol-overlay
 ;;     telephone-line
 ;;     term
 ;;     transient (pop-up windows like Magit's)
@@ -2108,6 +2109,16 @@ between foreground and background is >= 7:1)."
    `(sx-tag ((,class (:foreground ,magenta-alt))))
    `(sx-user-name ((,class (:foreground ,blue-alt))))
    `(sx-user-reputation ((,class (:foreground ,fg-alt))))
+   ;;;; symbol-overlay
+   `(symbol-overlay-default-face ((,class (:inherit modus-theme-refine-blue))))
+   `(symbol-overlay-face-1 ((,class (:inherit modus-theme-intense-blue))))
+   `(symbol-overlay-face-2 ((,class (:inherit modus-theme-refine-magenta))))
+   `(symbol-overlay-face-3 ((,class (:inherit modus-theme-intense-yellow))))
+   `(symbol-overlay-face-4 ((,class (:inherit modus-theme-intense-magenta))))
+   `(symbol-overlay-face-5 ((,class (:inherit modus-theme-intense-red))))
+   `(symbol-overlay-face-6 ((,class (:inherit modus-theme-refine-red))))
+   `(symbol-overlay-face-7 ((,class (:inherit modus-theme-intense-cyan))))
+   `(symbol-overlay-face-8 ((,class (:inherit modus-theme-refine-cyan))))
    ;;;; telephone-line
    `(telephone-line-accent-active ((,class (:background ,fg-inactive 
:foreground ,bg-inactive))))
    `(telephone-line-accent-inactive ((,class (:background ,bg-active 
:foreground ,fg-active))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e54c1a7..0e16ec6 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -195,6 +195,7 @@
 ;;     suggest
 ;;     swiper
 ;;     sx
+;;     symbol-overlay
 ;;     telephone-line
 ;;     term
 ;;     transient (pop-up windows like Magit's)
@@ -2108,6 +2109,16 @@ between foreground and background is >= 7:1)."
    `(sx-tag ((,class (:foreground ,magenta-alt))))
    `(sx-user-name ((,class (:foreground ,blue-alt))))
    `(sx-user-reputation ((,class (:foreground ,fg-alt))))
+   ;;;; symbol-overlay
+   `(symbol-overlay-default-face ((,class (:inherit modus-theme-refine-blue))))
+   `(symbol-overlay-face-1 ((,class (:inherit modus-theme-intense-blue))))
+   `(symbol-overlay-face-2 ((,class (:inherit modus-theme-refine-magenta))))
+   `(symbol-overlay-face-3 ((,class (:inherit modus-theme-intense-yellow))))
+   `(symbol-overlay-face-4 ((,class (:inherit modus-theme-intense-magenta))))
+   `(symbol-overlay-face-5 ((,class (:inherit modus-theme-intense-red))))
+   `(symbol-overlay-face-6 ((,class (:inherit modus-theme-refine-red))))
+   `(symbol-overlay-face-7 ((,class (:inherit modus-theme-intense-cyan))))
+   `(symbol-overlay-face-8 ((,class (:inherit modus-theme-refine-cyan))))
    ;;;; telephone-line
    `(telephone-line-accent-active ((,class (:background ,fg-inactive 
:foreground ,bg-inactive))))
    `(telephone-line-accent-inactive ((,class (:background ,bg-active 
:foreground ,fg-active))))



reply via email to

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