branch: elpa/ample-theme
commit 46c356bd88e44366228bdd3618f2a2e7c8c2ce60
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
company updates
---
ample-light-theme.el | 5 ++++-
ample-theme.el | 2 ++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ample-light-theme.el b/ample-light-theme.el
index d61cfad..9c0abc0 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -339,11 +339,14 @@
`(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-scrollbar-bg ((t (:foreground nil :background
,ample/fg))))
+ `(company-scrollbar-fg ((t (:foreground nil :background
,ample/dark-gray))))
`(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))))
+ `(company-tooltip-selection ((t (:foreground ,ample/fg :background
,ample/region-dark))))
+ `(company-tooltip-annotation ((t (:foreground ,ample/red
:background ,ample/region-dark))))
;; w3m
diff --git a/ample-theme.el b/ample-theme.el
index 421fa46..0123b3e 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -337,6 +337,8 @@
`(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-scrollbar-bg ((t (:foreground nil :background
,ample/darkest-gray))))
+ `(company-scrollbar-fg ((t (:foreground nil :background
,ample/dark-gray))))
`(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))))