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

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

[nongnu] elpa/spacemacs-theme a656ae8c19 032/336: More tweaks to company


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a656ae8c19 032/336: More tweaks to company
Date: Fri, 14 Jan 2022 10:58:54 -0500 (EST)

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

    More tweaks to company
---
 spacemacs-dark-theme.el  | 4 ++--
 spacemacs-light-theme.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 10d54bc42b..40cac2b31a 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -207,8 +207,8 @@
    `(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
    `(company-scrollbar-bg ((,class (:background ,bg2))))
    `(company-scrollbar-fg ((,class (:background ,type))))
-   `(company-tooltip ((,class (:background ,active2 :foreground ,base))))
-   `(company-tooltip-annotation ((,class (:background ,bg2 :foreground ,inf))))
+   `(company-tooltip ((,class (:background ,active2 :foreground ,active1))))
+   `(company-tooltip-annotation ((,class (:background ,active2 :foreground 
,inf))))
    `(company-tooltip-common ((,class (:background ,active2 :foreground 
,base))))
    `(company-tooltip-common-selection ((,class (:foreground ,suc))))
    `(company-tooltip-mouse ((,class (:inherit highlight))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 6bf8fec9ee..ed17adc64c 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -207,8 +207,8 @@
    `(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
    `(company-scrollbar-bg ((,class (:background ,bg2))))
    `(company-scrollbar-fg ((,class (:background ,type))))
-   `(company-tooltip ((,class (:background ,active2 :foreground ,base))))
-   `(company-tooltip-annotation ((,class (:background nil :foreground ,inf))))
+   `(company-tooltip ((,class (:background ,active2 :foreground ,str))))
+   `(company-tooltip-annotation ((,class (:background ,active2 :foreground 
,inf))))
    `(company-tooltip-common ((,class (:background ,active2 :foreground 
,base))))
    `(company-tooltip-common-selection ((,class (:foreground ,war))))
    `(company-tooltip-mouse ((,class (:inherit highlight))))



reply via email to

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