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

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

[nongnu] elpa/moe-theme 9780501497 180/352: Update company for moe-light


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 9780501497 180/352: Update company for moe-light
Date: Fri, 7 Jan 2022 03:59:21 -0500 (EST)

branch: elpa/moe-theme
commit 97805014971a7f5e6986a07c9fae3dac0a3529d1
Author: Ryan Smith <rnsmith2@gmail.com>
Commit: Ryan Smith <rnsmith2@gmail.com>

    Update company for moe-light
---
 moe-light-theme.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/moe-light-theme.el b/moe-light-theme.el
index de60c2c1e3..5ed1aab037 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -202,12 +202,12 @@ Moe, moe, kyun!")
    `(popup-tip-face ((,class (:background ,yellow-00 :foreground ,black-3))))
 
    ;; company
-   `(company-tooltip ((,class (:background ,blue-00 :foreground ,blue-3))))
-   `(company-tooltip-selection ((,class (:background ,purple-1 :foreground 
,blue-4))))
-   `(company-tooltip-common ((,class (:background ,blue-00 :foreground 
,blue-5))))
-   `(company-tooltip-common-selection ((,class (:background ,purple-1 
:foreground ,blue-5))))
-   `(company-scrollbar-fg ((,class (:background ,blue-2))))
-   `(company-scrollbar-bg ((,class (:background ,blue-1))))
+   `(company-tooltip ((,class (:background ,yellow-00 :foreground ,black-5))))
+   `(company-tooltip-selection ((,class (:background ,orange-1 :foreground 
,black-6))))
+   `(company-tooltip-common ((,class (:background ,yellow-00 :foreground 
,red-2))))
+   `(company-tooltip-common-selection ((,class (:background ,orange-1 
:foreground ,red-2))))
+   `(company-scrollbar-fg ((,class (:background ,orange-2))))
+   `(company-scrollbar-bg ((,class (:background ,orange-1))))
 
    ;; Button and link faces
    `(link ((,class (:underline t :foreground ,blue-1))))



reply via email to

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