branch: elpa/dracula-theme
commit 4505d0b56f4671f14c1de93542f49202f0d6418c
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
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)