[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 1ce0e98 35/99: Review TRANSIENT fa
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 1ce0e98 35/99: Review TRANSIENT faces (magit pop-up) |
Date: |
Fri, 31 Jul 2020 09:25:21 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 1ce0e985c8f06ba205eb9d4dc30e6045db8bd91b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Review TRANSIENT faces (magit pop-up)
This is meant to make more careful use of colour and typographic
contrast.
---
modus-operandi-theme.el | 12 ++++++------
modus-vivendi-theme.el | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 7a7e3df..2f87d3a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3344,18 +3344,18 @@ Also bind `class' to ((class color) (min-colors 89))."
`(tomatinho-reset-face ((,class :foreground ,fg-alt)))
;;;; transient
`(transient-active-infix ((,class :inherit modus-theme-special-mild)))
- `(transient-argument ((,class :foreground ,green :weight bold)))
+ `(transient-argument ((,class :foreground ,red-alt :weight bold)))
`(transient-disabled-suffix ((,class :inherit modus-theme-intense-red)))
`(transient-enabled-suffix ((,class :inherit modus-theme-intense-green)))
- `(transient-heading ((,class :foreground ,fg-special-warm :weight bold)))
+ `(transient-heading ((,class :foreground ,fg-main :weight bold)))
`(transient-inactive-argument ((,class :foreground ,fg-alt)))
`(transient-inactive-value ((,class :foreground ,fg-alt)))
- `(transient-key ((,class :foreground ,magenta-intense)))
+ `(transient-key ((,class :foreground ,blue :weight bold)))
`(transient-mismatched-key ((,class :underline t)))
`(transient-nonstandard-key ((,class :underline t)))
- `(transient-unreachable ((,class :foreground ,fg-inactive)))
- `(transient-unreachable-key ((,class :foreground ,fg-inactive)))
- `(transient-value ((,class :foreground ,blue)))
+ `(transient-unreachable ((,class :foreground ,fg-unfocused)))
+ `(transient-unreachable-key ((,class :foreground ,fg-unfocused)))
+ `(transient-value ((,class :foreground ,magenta-alt)))
;;;; treemacs
`(treemacs-directory-collapsed-face ((,class :foreground ,magenta-alt)))
`(treemacs-directory-face ((,class :inherit dired-directory)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0188238..6c343b4 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3344,18 +3344,18 @@ Also bind `class' to ((class color) (min-colors 89))."
`(tomatinho-reset-face ((,class :foreground ,fg-alt)))
;;;; transient
`(transient-active-infix ((,class :inherit modus-theme-special-mild)))
- `(transient-argument ((,class :foreground ,green :weight bold)))
+ `(transient-argument ((,class :foreground ,red-alt :weight bold)))
`(transient-disabled-suffix ((,class :inherit modus-theme-intense-red)))
`(transient-enabled-suffix ((,class :inherit modus-theme-intense-green)))
- `(transient-heading ((,class :foreground ,fg-special-warm :weight bold)))
+ `(transient-heading ((,class :foreground ,fg-main :weight bold)))
`(transient-inactive-argument ((,class :foreground ,fg-alt)))
`(transient-inactive-value ((,class :foreground ,fg-alt)))
- `(transient-key ((,class :foreground ,magenta-intense)))
+ `(transient-key ((,class :foreground ,blue :weight bold)))
`(transient-mismatched-key ((,class :underline t)))
`(transient-nonstandard-key ((,class :underline t)))
- `(transient-unreachable ((,class :foreground ,fg-inactive)))
- `(transient-unreachable-key ((,class :foreground ,fg-inactive)))
- `(transient-value ((,class :foreground ,blue)))
+ `(transient-unreachable ((,class :foreground ,fg-unfocused)))
+ `(transient-unreachable-key ((,class :foreground ,fg-unfocused)))
+ `(transient-value ((,class :foreground ,magenta-alt)))
;;;; treemacs
`(treemacs-directory-collapsed-face ((,class :foreground ,magenta-alt)))
`(treemacs-directory-face ((,class :inherit dired-directory)))
- [elpa] externals/modus-operandi-theme 5a15e06 09/99: Refine CALENDAR+ORG date selection, (continued)
- [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, 2020/07/31
- [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 <=
- [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
- [elpa] externals/modus-operandi-theme ae783cd 30/99: Add aliases for 'org-src-block-faces' languages, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme bbcc399 31/99: Add support for clojure in 'org-src-block-faces', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e039129 38/99: Refine Org agenda modeline filter faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 27e94b2 16/99: Use optional bold weight in font-lock-warning-face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c543a76 22/99: Consistent org-checkbox-statistics-todo, org-todo, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme adeee9f 25/99: Major review of "nuanced" colours (internal), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 2766a1d 27/99: New custom option: "ORG SRC RAINBOW BLOCKS", Stefan Monnier, 2020/07/31