commit 0a9465c90ec67a02837bd468328b2167843a0a5f
parent 34624acbe22da2c8e3405b1cf98c6d994c398a8b
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 16 Dec 2014 16:14:21 +0100
Merge pull request #149 from bradleywright/company-template-field-faces
Add `company-template-field` faces
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -564,6 +564,7 @@ customize the resulting theme."
`(cider-test-error-face ((t (:foreground ,red :weight bold :underline t))))
`(cider-test-success-face ((t (:foreground ,green :weight bold :underline t))))
;;;;; company-mode
+ `(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-mouse ((,class (:background ,cyan-hc :foreground ,cyan-lc))))