branch: externals/nano-theme commit f591386e66e7ac93e7f13cb33b0f0b2e1d4ae12e Author: Luis Paulo M. Lima <luispaul...@gmail.com> Commit: Luis Paulo M. Lima <luispaul...@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 ----------------------------------------------------