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

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

[nongnu] elpa/dracula-theme 5eb9e7b 114/187: Less intrusive flyspell dec


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 5eb9e7b 114/187: Less intrusive flyspell decoration
Date: Thu, 21 Oct 2021 18:05:05 -0400 (EDT)

branch: elpa/dracula-theme
commit 5eb9e7b8d88d9e6fd7c8f73229b0b2b9a8d3ed26
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Less intrusive flyspell decoration
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 97f07c1..5e18c0d 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -141,8 +141,8 @@
                (enh-ruby-regexp-delimiter-face :foreground ,dracula-yellow)
                (enh-ruby-string-delimiter-face :foreground ,dracula-yellow)
                ;; flyspell
-               (flyspell-duplicate :foreground ,dracula-orange :weight bold 
:underline (:style wave))
-               (flyspell-incorrect :foreground ,dracula-red :weight bold 
:underline (:style wave))
+               (flyspell-duplicate :underline (:style wave :color 
,dracula-orange))
+               (flyspell-incorrect :underline (:style wave :color 
,dracula-red))
                ;; font-latex
                (font-latex-bold-face :foreground ,dracula-purple)
                (font-latex-italic-face :foreground ,dracula-pink :slant italic)



reply via email to

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