branch: externals/nano-theme commit 717bb558ecbd63736c908cc99a9c8c358822d2ac Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@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))))