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

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

[nongnu] elpa/dracula-theme bc149fd 161/187: Correctly sort selectrum-mo


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme bc149fd 161/187: Correctly sort selectrum-mode dracula colors
Date: Thu, 21 Oct 2021 18:05:15 -0400 (EDT)

branch: elpa/dracula-theme
commit bc149fda052fd8e49b507fac3549920c9b869f58
Author: kekeimiku <2325373912@qq.com>
Commit: Étienne Deparis <etienne@depar.is>

    Correctly sort selectrum-mode dracula colors
---
 dracula-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index dc4903a..0391fa8 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -619,6 +619,10 @@ read it before opening a new issue about your will.")
                (rpm-spec-section-face :foreground ,dracula-yellow)
                (rpm-spec-tag-face :foreground ,dracula-cyan)
                (rpm-spec-var-face :foreground ,dracula-orange)
+               ;; selectrum-mode
+               (selectrum-current-candidate :foreground ,dracula-pink)
+               (selectrum-primary-highlight :foreground ,dracula-orange)
+               (selectrum-secondary-highlight :foreground ,dracula-green)
                ;; show-paren
                (show-paren-match-face :background unspecified
                                       :foreground ,dracula-cyan
@@ -702,11 +706,7 @@ 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)
-               ;;selectrum-mode
-               (selectrum-current-candidate :foreground ,dracula-pink)
-               (selectrum-primary-highlight :foreground ,dracula-orange)
-               (selectrum-secondary-highlight :foreground ,dracula-green))))
+               (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]