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

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

[nongnu] elpa/dracula-theme dfe27a9 171/187: Improve completions (from m


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme dfe27a9 171/187: Improve completions (from minibuffer.el) colors
Date: Thu, 21 Oct 2021 18:05:17 -0400 (EDT)

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

    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)



reply via email to

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