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

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

[elpa] externals/nano-theme 717bb558ec 05/21: Made strings less salient


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 717bb558ec 05/21: Made strings less salient
Date: Mon, 31 Jan 2022 11:57:49 -0500 (EST)

branch: externals/nano-theme
commit 717bb558ecbd63736c908cc99a9c8c358822d2ac
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Made strings less salient
---
 nano-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-theme.el b/nano-theme.el
index 27bcf56afb..ac642832ea 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -733,7 +733,7 @@ background color that is barely perceptible."
    ;; --- Font lock ----------------------------------------------------
    '(font-lock-comment-face        ((t (:inherit nano-faded))))
    '(font-lock-doc-face            ((t (:inherit nano-faded))))
-   '(font-lock-string-face         ((t (:inherit nano-popout))))
+   '(font-lock-string-face         ((t (:inherit nano-faded))))
    '(font-lock-constant-face       ((t (:inherit nano-salient))))
    '(font-lock-warning-face        ((t (:inherit nano-popout))))
    '(font-lock-function-name-face  ((t (:inherit nano-strong))))



reply via email to

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