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

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

[nongnu] elpa/alect-themes a97e66c 237/269: Modify flyspell faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes a97e66c 237/269: Modify flyspell faces
Date: Thu, 21 Oct 2021 17:59:26 -0400 (EDT)

branch: elpa/alect-themes
commit a97e66c0b8d48109807c6871ef55e8126247c832
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify flyspell faces
---
 alect-themes.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 794bb85..22c93aa 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -818,7 +818,8 @@ For INVERT, see `alect-get-color'."
 
          ;; flyspell
          (flyspell-duplicate     ((,c :foreground ,(gc 'gray)
-                                      :underline (:color ,(gc 'fg+2)))))
+                                      :background ,(gc 'bg))
+                                      :weight bold))
          (flyspell-incorrect     ((,c :inherit flyspell-duplicate
                                       :foreground ,(gc 'red+1))))
 



reply via email to

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