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

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

[elpa] externals/modus-vivendi-theme 9d79379 30/73: Extend 'transient' f


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 9d79379 30/73: Extend 'transient' faces with hydra-style colours
Date: Wed, 26 Aug 2020 09:20:57 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 9d793797c995e72c5913a1a95b25bb5ee95e9ee6
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Extend 'transient' faces with hydra-style colours
---
 modus-operandi-theme.el | 5 +++++
 modus-vivendi-theme.el  | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ede0cb1..67c1783 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3561,7 +3561,9 @@ 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-amaranth ((,class :inherit bold :foreground ,yellow)))
    `(transient-argument ((,class :inherit bold :foreground ,red-alt)))
+   `(transient-blue ((,class :inherit bold :foreground ,blue)))
    `(transient-disabled-suffix ((,class :inherit modus-theme-intense-red)))
    `(transient-enabled-suffix ((,class :inherit modus-theme-intense-green)))
    `(transient-heading ((,class :inherit bold :foreground ,fg-main)))
@@ -3570,6 +3572,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(transient-key ((,class :inherit bold :foreground ,blue)))
    `(transient-mismatched-key ((,class :underline t)))
    `(transient-nonstandard-key ((,class :underline t)))
+   `(transient-pink ((,class :inherit bold :foreground ,magenta)))
+   `(transient-red ((,class :inherit bold :foreground ,red-intense)))
+   `(transient-teal ((,class :inherit bold :foreground ,cyan-alt-other)))
    `(transient-unreachable ((,class :foreground ,fg-unfocused)))
    `(transient-unreachable-key ((,class :foreground ,fg-unfocused)))
    `(transient-value ((,class :foreground ,magenta-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7861f16..0da7807 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3561,7 +3561,9 @@ 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-amaranth ((,class :inherit bold :foreground ,yellow)))
    `(transient-argument ((,class :inherit bold :foreground ,red-alt)))
+   `(transient-blue ((,class :inherit bold :foreground ,blue)))
    `(transient-disabled-suffix ((,class :inherit modus-theme-intense-red)))
    `(transient-enabled-suffix ((,class :inherit modus-theme-intense-green)))
    `(transient-heading ((,class :inherit bold :foreground ,fg-main)))
@@ -3570,6 +3572,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(transient-key ((,class :inherit bold :foreground ,blue)))
    `(transient-mismatched-key ((,class :underline t)))
    `(transient-nonstandard-key ((,class :underline t)))
+   `(transient-pink ((,class :inherit bold :foreground ,magenta)))
+   `(transient-red ((,class :inherit bold :foreground ,red-intense)))
+   `(transient-teal ((,class :inherit bold :foreground ,cyan-alt-other)))
    `(transient-unreachable ((,class :foreground ,fg-unfocused)))
    `(transient-unreachable-key ((,class :foreground ,fg-unfocused)))
    `(transient-value ((,class :foreground ,magenta-alt)))



reply via email to

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