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

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

[nongnu] elpa/dracula-theme 3d0e21b 098/187: Fix issues with yard mode


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 3d0e21b 098/187: Fix issues with yard mode
Date: Thu, 21 Oct 2021 18:05:02 -0400 (EDT)

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

    Fix issues with yard mode
---
 dracula-theme.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 644be63..be0fca3 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -441,7 +441,10 @@
                (web-mode-type-face :inherit ,font-lock-type-face)
                (web-mode-warning-face :inherit ,font-lock-warning-face)
                ;; which-func
-               (which-func :inherit ,font-lock-function-name-face))))
+               (which-func :inherit ,font-lock-function-name-face)
+               ;; yard-mode
+               (yard-tag-face :inherit ,font-lock-builtin-face)
+               (yard-directive-face :inherit ,font-lock-builtin-face))))
 
   (apply #'custom-theme-set-faces
          'dracula



reply via email to

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