solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 52abe72a221a66b69d95777e595fa1f77dff7e31
parent e85e579daa177ba5dcc1e1996b42538b67bdc351
Author: Bradley Wright <bradley.wright@digital.cabinet-office.gov.uk>
Date:   Thu, 11 Dec 2014 21:55:40 +0000

Add `company-template-field` faces

These appear when company allows one to tab through placeholder
arguments in a method (like yasnippet).

Diffstat:
Msolarized.el | 1+
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))))