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

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

[elpa] externals/modus-operandi-theme a712240 21/99: Review ANNOTATE fac


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme a712240 21/99: Review ANNOTATE faces
Date: Fri, 31 Jul 2020 09:25:18 -0400 (EDT)

branch: externals/modus-operandi-theme
commit a7122409b5702e3c2954ab04f771d99e399e0696
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Review ANNOTATE faces
    
    The intent is to make those faces stand out more and also to ensure they
    are not mistaken for the kind of feedback we get from linters and/or
    spell checkers.
---
 modus-operandi-theme.el | 10 ++++++----
 modus-vivendi-theme.el  | 10 ++++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f208bc1..87119b3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -962,10 +962,12 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(all-the-icons-silver ((,class :foreground ,fg-special-cold)))
    `(all-the-icons-yellow ((,class :foreground ,yellow)))
    ;;;; annotate
-   `(annotate-annotation ((,class :inherit modus-theme-intense-blue)))
-   `(annotate-annotation-secondary ((,class :inherit 
modus-theme-intense-yellow)))
-   `(annotate-highlight ((,class :underline (:color ,blue-intense :style 
line))))
-   `(annotate-highlight-secondary ((,class :underline (:color ,yellow-intense 
:style line))))
+   `(annotate-annotation ((,class :inherit modus-theme-subtle-blue)))
+   `(annotate-annotation-secondary ((,class :inherit 
modus-theme-subtle-green)))
+   `(annotate-highlight ((,class :background ,blue-nuanced-bg
+                                 :underline (:color ,blue-intense))))
+   `(annotate-highlight-secondary ((,class :background ,green-nuanced-bg
+                                           :underline (:color 
,green-intense))))
    ;;;; anzu
    `(anzu-match-1 ((,class :inherit modus-theme-subtle-cyan)))
    `(anzu-match-2 ((,class :inherit modus-theme-subtle-green)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a658f1a..92840bf 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -962,10 +962,12 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(all-the-icons-silver ((,class :foreground ,fg-special-cold)))
    `(all-the-icons-yellow ((,class :foreground ,yellow)))
    ;;;; annotate
-   `(annotate-annotation ((,class :inherit modus-theme-intense-blue)))
-   `(annotate-annotation-secondary ((,class :inherit 
modus-theme-intense-yellow)))
-   `(annotate-highlight ((,class :underline (:color ,blue-intense :style 
line))))
-   `(annotate-highlight-secondary ((,class :underline (:color ,yellow-intense 
:style line))))
+   `(annotate-annotation ((,class :inherit modus-theme-subtle-blue)))
+   `(annotate-annotation-secondary ((,class :inherit 
modus-theme-subtle-green)))
+   `(annotate-highlight ((,class :background ,blue-nuanced-bg
+                                 :underline (:color ,blue-intense))))
+   `(annotate-highlight-secondary ((,class :background ,green-nuanced-bg
+                                           :underline (:color 
,green-intense))))
    ;;;; anzu
    `(anzu-match-1 ((,class :inherit modus-theme-subtle-cyan)))
    `(anzu-match-2 ((,class :inherit modus-theme-subtle-green)))



reply via email to

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