solarized-emacs

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

commit b23e0fa00c90fd42b1f91e14b4f5dea1dc2c1213
parent 61771d693f76b6bc020e4a8a654054ebdf160973
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 19 May 2014 19:31:32 +0200

add yas face

closes #118

Diffstat:
Msolarized.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1874,6 +1874,9 @@ customize the resulting theme." `(yascroll:thumb-fringe ((,class (:foreground ,base01 :background ,base01)))) + ;; yasnippet + `(yas-field-highlight-face ((,class (:inherit secondary-selection)))) + ;; zencoding `(zencoding-preview-input ((,class (:background ,base02 :box ,base1))))