commit 4a221d7a2b6fbaa78ac7f34e2f5a164dda7b795e
parent 64d9a546084ae7a01fce02d185b0d17cbce545e0
Author: ane <ane@iki.fi>
Date: Fri, 20 Feb 2015 15:29:44 +0200
Make the company-tooltip-annotation face yellow.
The default face is a red foreground. This is unreadable
in the dark scheme and clashes with the colour scheme.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -570,6 +570,7 @@ customize the resulting theme."
`(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 ,yellow :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))))