[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)))
- [elpa] externals/modus-operandi-theme 45cc0a3 06/99: No more need for ':extend t' in HELM faces, (continued)
- [elpa] externals/modus-operandi-theme 45cc0a3 06/99: No more need for ':extend t' in HELM faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme dd63b2b 07/99: Review DIARY and CALENDAR faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8f8bb3b 08/99: Review 'org-meta-line' face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme eb854a7 02/99: Review colour sequence of MESSAGE cited text, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 68a8f65 03/99: Major review of MU4E faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme bf3c670 04/99: Review Gnus mail/news level faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 750e342 05/99: Special colour for default active modeline border, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5a15e06 09/99: Refine CALENDAR+ORG date selection, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 6876c72 10/99: Use a more intense bg in 'org-agenda-date-today', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme a978351 11/99: Define missing 'header-line-highlight' face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme a712240 21/99: Review ANNOTATE faces,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 3013cca 24/99: Review 'org-meta-line', amending commit 8f8bb3b39, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme abafe51 13/99: Use more appropriate styles for 'org-warning', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 9ff949f 17/99: Initial implementation of "faint syntax" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 306d2cd 19/99: Change order of links in README "meta" section, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme f5018c0 23/99: Tweak ORG, OUTLINE foreground in "rainbow headings", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 3c38b04 26/99: Two minor documentation refinements, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1ce0e98 35/99: Review TRANSIENT faces (magit pop-up), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme d0c8af9 12/99: Review 'org-priority' styles for user options, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme b633b6d 20/99: Refine 'diff-hl-reverted-hunk-highlight', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme bf41544 18/99: Add tentative support for 'highlight-tail', Stefan Monnier, 2020/07/31