branch: elpa/alect-themes
commit a97e66c0b8d48109807c6871ef55e8126247c832
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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