branch: elpa/ample-theme
commit 55800e2cf4283a223f2208ed40e1eb788565264b
Author: Jordon Biondo <[email protected]>
Commit: Jordon Biondo <[email protected]>
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