branch: elpa/dracula-theme
commit dfe27a9742069c6b4d37d9d49233af619448015c
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Improve completions (from minibuffer.el) colors
---
dracula-theme.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index da43587..7d8f752 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -99,7 +99,6 @@ read it before opening a new issue about your will.")
(other-blue "#0189cc" "#0087ff" "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)
@@ -165,6 +164,10 @@ read it before opening a new issue about your will.")
;;(company-tooltip-common-selection :inherit
company-tooltip-common)
(company-tooltip-annotation :foreground ,dracula-cyan)
;;(company-tooltip-annotation-selection :inherit
company-tooltip-annotation)
+ ;; completions (minibuffer.el)
+ (completions-annotations :inherit font-lock-comment-face)
+ (completions-common-part :foreground ,dracula-green)
+ (completions-first-difference :inherit warning)
;; diff-hl
(diff-hl-change :foreground ,dracula-orange :background
,dracula-orange)
(diff-hl-delete :foreground ,dracula-red :background
,dracula-red)