branch: externals/nano-theme commit 0dbf52021a20dc4f41645589fc7b22dfb13a2d89 Merge: c826582af9 813c6224d2 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Merge remote-tracking branch 'origin/master' --- nano-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nano-theme.el b/nano-theme.el index 19a25aa01b..c5f5f71929 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -986,9 +986,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 ---------------------------------------------------