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

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

[nongnu] elpa/spacemacs-theme 42e5680327 007/336: Company now in a good


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 42e5680327 007/336: Company now in a good state
Date: Fri, 14 Jan 2022 10:58:52 -0500 (EST)

branch: elpa/spacemacs-theme
commit 42e568032783c9c994422791809b6865a85de42d
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Company now in a good state
---
 spacemacs-dark-theme.el | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index b057d28db0..692d8079a1 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -66,7 +66,7 @@
    `(default ((,class (:background ,bg1 :foreground ,base))))
    `(vertical-border ((,class (:foreground ,bg4))))
    `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
-   `(match ((,class (:background ,inf :foreground ,bg1 :weight bold))))
+   `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
    `(default-italic ((,class (:italic t))))
    `(link ((,class (:foreground ,comment :underline t))))
    `(font-lock-builtin-face ((,class (:foreground ,builtin))))
@@ -293,17 +293,18 @@
    `(term-color-cyan ((,class (:foreground ,str :background ,str))))
    `(term-color-white ((,class (:foreground ,base :background ,base))))
    `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
-   `(company-echo-common ((,class (:foreground ,bg1 :background ,base))))
-   `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
-   `(company-preview-common ((,class (:foreground ,bg2 :foreground ,base))))
-   `(company-preview-search ((,class (:foreground ,type :background ,bg1))))
+   `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
+   ;; `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
+   ;; `(company-preview-common ((,class (:background ,base :foreground ,bg3))))
+   ;; `(company-preview-search ((,class (:background ,war :foreground 
,green))))
    `(company-scrollbar-bg ((,class (:background ,bg3))))
-   `(company-scrollbar-fg ((,class (:foreground ,keyword))))
-   `(company-tooltip ((,class (:foreground ,base :background ,bg1 :bold t))))
+   `(company-scrollbar-fg ((,class (:background ,type))))
+   `(company-tooltip ((,class (:foreground ,base :background ,bg2 :bold t))))
    `(company-tooltop-annotation ((,class (:foreground ,const))))
    `(company-tooltip-common ((,class ( :foreground ,base))))
-   `(company-tooltip-common-selection ((,class (:foreground ,str))))
+   `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
    `(company-tooltip-mouse ((,class (:inherit highlight))))
+   `(company-tooltip-search ((,class (:inherit match))))
    `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,base))))
    `(company-template-field ((,class (:inherit region))))
    `(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))



reply via email to

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