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

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

[nongnu] elpa/dracula-theme 4505d0b 131/187: Pinkify completions-first-d


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 4505d0b 131/187: Pinkify completions-first-difference
Date: Thu, 21 Oct 2021 18:05:09 -0400 (EDT)

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

    Pinkify completions-first-difference
---
 dracula-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 027d8fd..859c810 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -82,6 +82,7 @@ The theme has to be reloaded after changing anything in this 
group."
                 (other-blue      "#0189cc" "#0088cc" "brightblue")))
       (faces '(;; default
                (cursor :background ,fg3)
+               (completions-first-difference :foreground ,dracula-pink :weight 
bold)
                (default :background ,dracula-bg :foreground ,dracula-fg)
                (default-italic :slant italic)
                (ffap :foreground ,fg4)
@@ -99,6 +100,7 @@ The theme has to be reloaded after changing anything in this 
group."
                 ,@(if dracula-alternate-mode-line-and-minibuffer
                       (list :weight 'normal :foreground dracula-fg)
                     (list :weight 'bold :foreground dracula-pink)))
+               (read-multiple-choice-face :inherit 
completions-first-difference)
                (region :inherit match :extend t)
                (trailing-whitespace :foreground nil :background 
,dracula-orange)
                (vertical-border :foreground ,bg2)



reply via email to

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