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

[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)))



reply via email to

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