solarized-emacs

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

commit 6118415a9da6704fb745e39fb56aba9e4a28aa93
parent af45a796f6a9de344b7ee45cdc96e241f1968e51
Author: Wouter Bolsterlee <wouter@bolsterl.ee>
Date:   Thu,  7 Apr 2016 07:22:56 +0200

Add missing avy faces

Fixes #224.
Diffstat:
Msolarized.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -525,7 +525,9 @@ customize the resulting theme." ;;;;; avy-mode `(avy-lead-face ((,class (:inherit isearch)))) `(avy-lead-face-0 ((,class (:inherit isearch :background ,violet)))) + `(avy-lead-face-1 ((,class (:inherit isearch :background ,orange)))) `(avy-lead-face-2 ((,class (:inherit isearch :background ,cyan)))) + `(avy-background-face ((,class (:inherit font-lock-comment-face)))) ;;;;; bm `(bm-face ((,class (:overline ,base0)))) `(bm-fringe-face ((,class (:overline ,base0))))