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

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

[elpa] externals/ef-themes c338674fbe 189/281: Tweak transient faces


From: ELPA Syncer
Subject: [elpa] externals/ef-themes c338674fbe 189/281: Tweak transient faces
Date: Tue, 16 Aug 2022 16:58:32 -0400 (EDT)

branch: externals/ef-themes
commit c338674fbeaa14f744ecbd6f39d1dace5d421458
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak transient faces
---
 ef-themes.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 50b21a1560..65d9fe2973 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -737,14 +737,14 @@ When called from Lisp, THEME is a symbol."
     `(term-color-yellow ((,c :background ,yellow :foreground ,yellow)))
     `(term-underline ((,c :underline t)))
 ;;;; transient
-    `(transient-active-infix ((,c :background ,bg-hover-alt)))
+    `(transient-active-infix ((,c :background ,bg-hover-alt :foreground 
,fg-intense)))
     `(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer)))
     ;; Placate the compiler for what is a spurious warning.  We also
     ;; have to do this with `eldoc-highlight-function-argument'.
-    (list 'transient-argument `((,c :inherit bold :background ,bg-added 
:foreground ,cyan)))
+    (list 'transient-argument `((,c :inherit bold :background ,bg-dim 
:foreground ,accent-0)))
     `(transient-blue ((,c :inherit bold :foreground ,blue-cooler)))
     `(transient-disabled-suffix ((,c :strike-through t)))
-    `(transient-enabled-suffix ((,c :background ,bg-changed)))
+    `(transient-enabled-suffix ((,c :background ,bg-dim :foreground 
,accent-1)))
     `(transient-heading ((,c :inherit bold)))
     `(transient-inactive-argument ((,c :inherit shadow)))
     `(transient-inactive-value ((,c :inherit shadow)))
@@ -757,7 +757,7 @@ When called from Lisp, THEME is a symbol."
     `(transient-teal ((,c :inherit bold :foreground ,cyan-cooler)))
     `(transient-unreachable ((,c :inherit shadow)))
     `(transient-unreachable-key ((,c :inherit shadow)))
-    `(transient-value ((,c :inherit success :background ,bg-dim)))
+    `(transient-value ((,c :background ,bg-dim :foreground ,accent-2)))
 ;;;; vc (vc-dir.el, vc-hooks.el)
     `(vc-dir-directory ((,c :foreground ,accent-0)))
     `(vc-dir-file ((,c :foreground ,name)))



reply via email to

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