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

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

[elpa] externals/nano-theme dab5323ea3 1/2: Changes font for flyspell


From: ELPA Syncer
Subject: [elpa] externals/nano-theme dab5323ea3 1/2: Changes font for flyspell
Date: Wed, 22 Jun 2022 05:57:46 -0400 (EDT)

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

    Changes font for flyspell
    
    The flyspell errors with `nano-faded` looked invisible for editing long 
texts. Changing them to `nano-popout` and removing the `highlight` they appear 
clearly into the text without distracting too much.
---
 nano-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-theme.el b/nano-theme.el
index 8d990c857e..b7bcde1c6d 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -983,9 +983,9 @@ background color that is barely perceptible."
    '(outline-8                      ((t (:inherit nano-strong))))
    
    ;; --- Fly spell ----------------------------------------------------
-   '(flyspell-duplicate             ((t (:inherit (highlight nano-faded)
+   '(flyspell-duplicate             ((t (:inherit nano-popout
                                          :underline t))))
-   '(flyspell-incorrect             ((t (:inherit (highlight nano-faded)
+   '(flyspell-incorrect             ((t (:inherit nano-popout
                                          :underline t))))
 
    ;; --- Org agenda ---------------------------------------------------



reply via email to

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