commit 646d31f3452052ff02d69005a13ea3813aeaca57
parent 4a221d7a2b6fbaa78ac7f34e2f5a164dda7b795e
Author: Antoine Kalmbach <ane@iki.fi>
Date: Fri, 20 Feb 2015 19:36:47 +0200
Change yellow in company annotations to base1.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -570,7 +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-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))))