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

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

[nongnu] elpa/dracula-theme 0c111c1 112/187: Add missing helm face and f


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 0c111c1 112/187: Add missing helm face and flyspell faces
Date: Thu, 21 Oct 2021 18:05:05 -0400 (EDT)

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

    Add missing helm face and flyspell faces
    
    Thanks to @mikolajb
    
    See: 
https://github.com/mikolajb/emacs-dracula-theme/commit/d9a054615d0e45cc634f473fa6f07f0b42a8a5ed
---
 dracula-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 14e334b..3bc2127 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -140,6 +140,9 @@
                (enh-ruby-op-face :foreground ,dracula-pink)
                (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))
                ;; font-latex
                (font-latex-bold-face :foreground ,dracula-purple)
                (font-latex-italic-face :foreground ,dracula-pink :slant italic)
@@ -198,6 +201,7 @@
                (helm-buffer-size :foreground ,dracula-fg :background 
,dracula-bg)
                (helm-candidate-number :foreground ,dracula-bg :background 
,dracula-fg)
                (helm-ff-directory :foreground ,dracula-green :background 
,dracula-bg :weight bold)
+               (helm-ff-dotted-directory :foreground ,dracula-green 
:background ,dracula-bg :weight normal)
                (helm-ff-executable :foreground ,other-blue :background 
,dracula-bg :weight normal)
                (helm-ff-file :foreground ,dracula-fg :background ,dracula-bg 
:weight normal)
                (helm-ff-invalid-symlink :foreground ,dracula-pink :background 
,dracula-bg :weight bold)



reply via email to

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