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

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

[nongnu] elpa/ample-theme 55800e2 073/137: company-mode!


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 55800e2 073/137: company-mode!
Date: Thu, 21 Oct 2021 18:00:20 -0400 (EDT)

branch: elpa/ample-theme
commit 55800e2cf4283a223f2208ed40e1eb788565264b
Author: Jordon Biondo <jordonbiondo@gmail.com>
Commit: Jordon Biondo <jordonbiondo@gmail.com>

    company-mode!
---
 ample-light-theme.el | 11 +++++++++++
 ample-theme.el       | 13 ++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/ample-light-theme.el b/ample-light-theme.el
index a307ce6..2b4d65a 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -333,6 +333,17 @@
    `(ac-yasnippet-candidate-face       ((t (:inherit ac-candidate-face))))
    `(ac-yasnippet-selection-face       ((t (:inherit ac-selection-face))))
 
+   ;;`(company-echo                        ((t (:foreground nil :background 
nil))))
+   ;;`(company-echo-common              ((t (:foreground nil :background 
"firebrick4"))))
+   ;;`(company-preview                  ((t (:foreground "wheat" :background 
"blue4"))))
+   `(company-preview-common             ((t (:inherit 
font-lock-comment-face))))
+   ;;`(company-preview-search           ((t (:foreground "wheat" :background 
"blue1"))))
+   ;;`(company-template-field           ((t (:foreground "black" :background 
"orange"))))
+   `(company-tooltip                    ((t (:foreground ,ample/bg :background 
,ample/region-dark))))
+   `(company-tooltip-common             ((t (:foreground ,ample/light-blue 
:background ,ample/region-dark))))
+   `(company-tooltip-common-selection   ((t (:foreground ,ample/bg :background 
,ample/region))))
+   `(company-tooltip-mouse              ((t (:foreground nil :background 
,ample/light-red-bg))))
+   `(company-tooltip-selection          ((t (:foreground ,ample/fg :background 
,ample/region))))
 
 
    ;; w3m
diff --git a/ample-theme.el b/ample-theme.el
index 898a14c..a556cd9 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -327,7 +327,18 @@
    `(ac-slime-selection-face           ((t (:inherit ac-selection-face))))
    `(ac-yasnippet-candidate-face       ((t (:inherit ac-candidate-face))))
    `(ac-yasnippet-selection-face       ((t (:inherit ac-selection-face))))
-
+   
+   ;;`(company-echo                    ((t (:foreground nil :background nil))))
+   ;;`(company-echo-common             ((t (:foreground nil :background 
"firebrick4"))))
+   ;;`(company-preview                 ((t (:foreground "wheat" :background 
"blue4"))))
+   `(company-preview-common            ((t (:inherit font-lock-comment-face))))
+   ;;`(company-preview-search          ((t (:foreground "wheat" :background 
"blue1"))))
+   ;;`(company-template-field          ((t (:foreground "black" :background 
"orange"))))
+   `(company-tooltip                   ((t (:foreground ,ample/bg :background 
,ample/fg))))
+   `(company-tooltip-common            ((t (:foreground ,ample/blue 
:background ,ample/fg))))
+   `(company-tooltip-common-selection  ((t (:foreground ,ample/bg :background 
,ample/blue))))
+   `(company-tooltip-mouse             ((t (:foreground nil :background 
,ample/light-blue))))
+   `(company-tooltip-selection         ((t (:foreground ,ample/fg :background 
,ample/blue))))
 
 
    ;; w3m



reply via email to

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