branch: elpa/dracula-theme
commit 606699ab6cb973f79015d098d24bb175f2801d15
Author: kekeimiku <[email protected]>
Commit: kekeimiku <[email protected]>

    Add selectrum-mode dracula colors
---
 dracula-theme.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 81b64c2..dc4903a 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -702,7 +702,11 @@ read it before opening a new issue about your will.")
                (whitespace-trailing :inherit trailing-whitespace)
                ;; yard-mode
                (yard-tag-face :inherit ,font-lock-builtin-face)
-               (yard-directive-face :inherit ,font-lock-builtin-face))))
+               (yard-directive-face :inherit ,font-lock-builtin-face)
+               ;;selectrum-mode
+               (selectrum-current-candidate :foreground ,dracula-pink)
+               (selectrum-primary-highlight :foreground ,dracula-orange)
+               (selectrum-secondary-highlight :foreground ,dracula-green))))
 
   (apply #'custom-theme-set-faces
          'dracula

Reply via email to