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

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

[nongnu] elpa/alect-themes 588eb9e 266/269: Fix 'flyspell-duplicate' fac


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 588eb9e 266/269: Fix 'flyspell-duplicate' face
Date: Thu, 21 Oct 2021 17:59:33 -0400 (EDT)

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

    Fix 'flyspell-duplicate' face
    
    Reported by CarlsonP4:
    <https://github.com/alezost/alect-themes/issues/13>.
---
 alect-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 323fa48..792569a 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -853,8 +853,8 @@ For INVERT, see `alect-get-color'."
 
          ;; flyspell
          (flyspell-duplicate     ((,c :foreground ,(gc 'gray)
-                                      :background ,(gc 'bg))
-                                      :weight bold))
+                                      :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]