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

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

[elpa] externals/nano-theme f591386e66 1/2: Set transient-value to inher


From: ELPA Syncer
Subject: [elpa] externals/nano-theme f591386e66 1/2: Set transient-value to inherit default
Date: Mon, 28 Nov 2022 10:57:54 -0500 (EST)

branch: externals/nano-theme
commit f591386e66e7ac93e7f13cb33b0f0b2e1d4ae12e
Author: Luis Paulo M. Lima <luispauloml@gmail.com>
Commit: Luis Paulo M. Lima <luispauloml@gmail.com>

    Set transient-value to inherit default
    
    Fix issue #43.
---
 nano-theme-support.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index 8caebbcb64..eb0324b02d 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -1461,7 +1461,10 @@ background color that is barely perceptible."
 
     '(magit-tag                              ((t (:inherit nano-strong))))
 
-
+    ;; --- Transient ------------------------------------------------------
+    ;; Set only faces that influence Magit.  See:
+    ;; <https://github.com/rougier/nano-theme/issues/43>
+    '(transient-value                        ((t (:inherit default))))
 
     ;; --- ANSI colors ----------------------------------------------------
 



reply via email to

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