commit af8ed1b6fc06f25b5cab29714d0742d41c170225
parent 26d95284baa4e36b510ae957b1cdd2a0868318b5
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 29 May 2018 21:01:00 +0200
Update company-mode faces
Diffstat:
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -606,17 +606,24 @@ customize the resulting theme."
`(column-enforce-face ((,class (:background unspecified :foreground ,magenta
:inverse-video unspecified))))
;;;;; company-mode
+ `(company-echo ((,class nil)))
+ `(company-echo-common ((,class (:background ,red))))
+ `(company-preview ((,class (:background ,base02 :foreground ,base1))))
+ `(company-preview-common ((,class (:foreground ,base1))))
+ `(company-preview-search ((,class (:foreground ,magenta))))
+ `(company-scrollbar-bg ((,class (:background ,base02 :foreground ,cyan))))
+ `(company-scrollbar-fg ((,class (:foreground ,base03 :background ,base0))))
`(company-template-field ((,class (:background ,yellow :foreground ,base02))))
- `(company-tooltip ((,class (:background ,base02 :foreground ,cyan))))
- `(company-tooltip-selection ((,class (:background ,cyan-lc :foreground ,cyan-hc))))
+ `(company-tooltip ((,class (:foreground ,base1 :background ,base02))))
+ `(company-tooltip-annotation ((,class (:foreground ,cyan))))
+ `(company-tooltip-annotation-selection ((,class (:foreground ,cyan))))
+ `(company-tooltip-common ((,class (:foreground ,base0))))
+ `(company-tooltip-common-selection ((,class (:weight bold))))
`(company-tooltip-mouse ((,class (:background ,cyan-hc :foreground ,cyan-lc))))
- `(company-tooltip-common ((,class (:foreground ,base1 :underline t))))
- `(company-tooltip-common-selection ((,class (:foreground ,base1 :underline t))))
- `(company-tooltip-annotation ((,class (:foreground ,base1 :background ,base02))))
- `(company-scrollbar-fg ((,class (:foreground ,base03 :background ,base0))))
- `(company-scrollbar-bg ((,class (:background ,base02 :foreground ,cyan))))
- `(company-preview ((,class (:background ,base02 :foreground ,cyan))))
- `(company-preview-common ((,class (:foreground ,base1 :underline t))))
+ `(company-tooltip-search ((,class (:foreground ,magenta))))
+ `(company-tooltip-search-selection ((,class (:foreground ,magenta :weight bold))))
+ `(company-tooltip-selection ((,class (:weight bold))))
+
;;;;; cperl-mode
`(cperl-array-face ((,class (:background unspecified :foreground ,blue))))
`(cperl-hash-face ((,class (:background unspecified :foreground ,blue))))