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

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

[nongnu] elpa/dracula-theme e5cbc35 149/187: Improve readability of comp


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme e5cbc35 149/187: Improve readability of company colors
Date: Thu, 21 Oct 2021 18:05:13 -0400 (EDT)

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

    Improve readability of company colors
---
 dracula-theme.el | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index db0bbfe..ca31225 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -147,18 +147,24 @@ read it before opening a new issue about your will.")
                (ac-completion-face :underline t :foreground ,dracula-pink)
                ;; company
                (company-echo-common :foreground ,dracula-bg :background 
,dracula-fg)
-               (company-preview :background ,dracula-bg :foreground 
,other-blue)
-               (company-preview-common :inherit highlight)
-               (company-preview-search :foreground ,dracula-purple :background 
,dracula-bg)
-               (company-scrollbar-bg :background ,bg3)
-               (company-scrollbar-fg :foreground ,dracula-pink)
-               (company-template-field :inherit match)
-               (company-tooltip :foreground ,fg2 :background ,dracula-bg 
:weight bold)
+               (company-preview :background ,dracula-current :foreground 
,other-blue)
+               (company-preview-common :inherit company-preview
+                                       :foreground ,dracula-pink)
+               (company-preview-search :inherit company-preview
+                                       :foreground ,dracula-green)
+               (company-scrollbar-bg :background ,dracula-comment)
+               (company-scrollbar-fg :foreground ,other-blue)
+               (company-tooltip :foreground ,dracula-fg :background 
,dracula-current)
+               (company-tooltip-search :foreground ,dracula-green
+                                       :underline t)
+               (company-tooltip-search-selection :background ,dracula-green
+                                                 :foreground ,dracula-bg)
+               (company-tooltip-selection :inherit match)
+               (company-tooltip-mouse :background ,dracula-bg)
+               (company-tooltip-common :foreground ,dracula-pink :weight bold)
+               ;;(company-tooltip-common-selection :inherit 
company-tooltip-common)
                (company-tooltip-annotation :foreground ,dracula-cyan)
-               (company-tooltip-common :foreground ,fg3)
-               (company-tooltip-common-selection :foreground ,dracula-yellow)
-               (company-tooltip-mouse :inherit highlight)
-               (company-tooltip-selection :inherit highlight)
+               ;;(company-tooltip-annotation-selection :inherit 
company-tooltip-annotation)
                ;; 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]