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

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

[elpa] externals/nano-theme 6699736681 17/21: Less salient flyspell


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 6699736681 17/21: Less salient flyspell
Date: Mon, 31 Jan 2022 11:57:50 -0500 (EST)

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

    Less salient flyspell
---
 nano-theme.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/nano-theme.el b/nano-theme.el
index 40e3f52a66..02cca43dc9 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -946,8 +946,10 @@ background color that is barely perceptible."
    '(outline-8                      ((t (:inherit nano-strong))))
    
    ;; --- Fly spell ----------------------------------------------------
-   '(flyspell-duplicate             ((t (:inherit nano-popout))))
-   '(flyspell-incorrect             ((t (:inherit nano-popout))))
+   '(flyspell-duplicate             ((t (:inherit (highlight nano-faded)
+                                         :underline t))))
+   '(flyspell-incorrect             ((t (:inherit (highlight nano-faded)
+                                         :underline t))))
 
    ;; --- Org agenda ---------------------------------------------------
    '(org-agenda-calendar-event      ((t (:inherit nano-default))))



reply via email to

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