branch: elpa/alect-themes
commit 588eb9ef66c319705a4d94003eacd90ad9de29c2
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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))))