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