branch: elpa/spacemacs-theme
commit c5189f5db05360531a1766f4c6763152d2a74169
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Tweaks to company
---
spacemacs-dark-theme.el | 12 ++++++------
spacemacs-light-theme.el | 14 +++++++-------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 17f23f1712..10d54bc42b 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -83,7 +83,7 @@
`(font-lock-type-face ((,class (:foreground ,type :bold t))))
`(font-lock-variable-name-face ((,class (:foreground ,var))))
`(font-lock-preprocessor-face ((,class (:foreground ,func))))
- `(font-lock-warning-face ((,class (:foreground ,war :background ,bg2))))
+ `(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
`(region ((,class (:background ,highlight))))
`(italic ((,class (:underline nil))))
`(highlight ((,class (:foreground ,base :background ,bg3))))
@@ -205,15 +205,15 @@
`(company-preview ((,class (:background ,bg1 :foreground ,key1))))
`(company-preview-common ((,class (:background ,bg2 :foreground ,keyword))))
`(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
- `(company-scrollbar-bg ((,class (:background ,bg3))))
+ `(company-scrollbar-bg ((,class (:background ,bg2))))
`(company-scrollbar-fg ((,class (:background ,type))))
- `(company-tooltip ((,class (:foreground ,base :background ,bg2 :bold t))))
+ `(company-tooltip ((,class (:background ,active2 :foreground ,base))))
`(company-tooltip-annotation ((,class (:background ,bg2 :foreground ,inf))))
- `(company-tooltip-common ((,class ( :foreground ,base))))
- `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
+ `(company-tooltip-common ((,class (:background ,active2 :foreground
,base))))
+ `(company-tooltip-common-selection ((,class (:foreground ,suc))))
`(company-tooltip-mouse ((,class (:inherit highlight))))
`(company-tooltip-search ((,class (:inherit match))))
- `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,base))))
+ `(company-tooltip-selection ((,class (:background ,active2 :bold t))))
`(company-template-field ((,class (:inherit region))))
;;;;; rainbow-delimiters
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index d671febec3..6bf8fec9ee 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -83,7 +83,7 @@
`(font-lock-type-face ((,class (:foreground ,type :bold t))))
`(font-lock-variable-name-face ((,class (:foreground ,var))))
`(font-lock-preprocessor-face ((,class (:foreground ,func))))
- `(font-lock-warning-face ((,class (:foreground ,war :background ,bg2))))
+ `(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
`(region ((,class (:background ,highlight))))
`(italic ((,class (:underline nil))))
`(highlight ((,class (:foreground ,base :background ,bg3))))
@@ -205,15 +205,15 @@
`(company-preview ((,class (:background ,bg1 :foreground ,key1))))
`(company-preview-common ((,class (:background ,bg2 :foreground ,keyword))))
`(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
- `(company-scrollbar-bg ((,class (:background ,bg3))))
+ `(company-scrollbar-bg ((,class (:background ,bg2))))
`(company-scrollbar-fg ((,class (:background ,type))))
- `(company-tooltip ((,class (:foreground ,base :background ,bg2 :bold t))))
- `(company-tooltip-annotation ((,class (:background ,bg2 :foreground ,inf))))
- `(company-tooltip-common ((,class ( :foreground ,base))))
- `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
+ `(company-tooltip ((,class (:background ,active2 :foreground ,base))))
+ `(company-tooltip-annotation ((,class (:background nil :foreground ,inf))))
+ `(company-tooltip-common ((,class (:background ,active2 :foreground
,base))))
+ `(company-tooltip-common-selection ((,class (:foreground ,war))))
`(company-tooltip-mouse ((,class (:inherit highlight))))
`(company-tooltip-search ((,class (:inherit match))))
- `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,base))))
+ `(company-tooltip-selection ((,class (:background ,active2 :bold t))))
`(company-template-field ((,class (:inherit region))))
;;;;; rainbow-delimiters