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

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

[nongnu] elpa/dracula-theme 606699a 160/187: Add selectrum-mode dracula


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 606699a 160/187: Add selectrum-mode dracula colors
Date: Thu, 21 Oct 2021 18:05:15 -0400 (EDT)

branch: elpa/dracula-theme
commit 606699ab6cb973f79015d098d24bb175f2801d15
Author: kekeimiku <2325373912@qq.com>
Commit: kekeimiku <2325373912@qq.com>

    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

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