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

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

[elpa] externals/nano-theme 5b05de304d 1/2: Change to nano-salient the m


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 5b05de304d 1/2: Change to nano-salient the magit-keyword faces
Date: Mon, 9 Jan 2023 09:58:03 -0500 (EST)

branch: externals/nano-theme
commit 5b05de304d2415fd947f40979e9d51b371c72b18
Author: Maikol SolĂ­s <maikol.solis@ucr.ac.cr>
Commit: GitHub <noreply@github.com>

    Change to nano-salient the magit-keyword faces
    
    With this change, we can distinguish better if there are keywords in the 
magit's commit log.
---
 nano-theme-support.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index 69b4f8c22a..af0b4aead9 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -1425,8 +1425,8 @@ background color that is barely perceptible."
     '(magit-header-line-key                  ((t (:inherit nano-default))))
     '(magit-header-line-log-select           ((t (:inherit nano-default))))
 
-    '(magit-keyword                          ((t (:inherit nano-default))))
-    '(magit-keyword-squash                   ((t (:inherit nano-default))))
+    '(magit-keyword                          ((t (:inherit nano-salient))))
+    '(magit-keyword-squash                   ((t (:inherit nano-salient))))
 
     '(magit-log-author                       ((t (:inherit nano-default))))
     '(magit-log-date                         ((t (:inherit nano-default))))



reply via email to

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