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

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

[nongnu] elpa/alect-themes 17505dd 135/269: Modify flyspell faces


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

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

    Modify flyspell faces
---
 alect-themes.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 84c92f2..83cdaa3 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -675,8 +675,10 @@ For INVERT, see `alect-get-color'."
          (flymake-warnline       ((,c :foreground ,(gc 'fg-2) :weight bold 
:underline t)))
 
          ;; flyspell
-         (flyspell-duplicate     ((,c :foreground ,(gc 'fg-2) :weight bold 
:underline t)))
-         (flyspell-incorrect     ((,c :foreground ,(gc 'red-1) :weight bold 
:underline t)))
+         (flyspell-duplicate     ((,c :foreground ,(gc 'gray)
+                                      :underline (:color ,(gc 'fg+2)))))
+         (flyspell-incorrect     ((,c :inherit flyspell-duplicate
+                                      :foreground ,(gc 'red+1))))
 
          ;; font lock
          (font-lock-builtin-face           ((,c :foreground ,(gc 'magenta-1))))



reply via email to

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