branch: elpa/dracula-theme
commit 3d0e21bcb200dd3908cda34b679ddee677ed9f71
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>

    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