solarized-emacs

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

commit 5f8bd4722062306a03d838bd7e946545435eb066
parent fbe4802a0f443e81c2f7b8e055a08f64e1a0d6d9
Author: Fabio Leimgruber <fabio.leimgruber@web.de>
Date:   Sun,  6 Sep 2015 14:31:46 +0200

Faces for avy-goto-*

These faces should be close to isearch.

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

diff --git a/solarized.el b/solarized.el @@ -523,6 +523,10 @@ customize the resulting theme." `(android-mode-warning-face ((,class (:foreground ,yellow)))) ;;;;; anzu-mode `(anzu-mode-line ((,class (:foreground ,yellow :weight bold)))) +;;;;; avy-mode + `(avy-lead-face ((,class (:inherit isearch)))) + `(avy-lead-face-0 ((,class (:inherit isearch :background ,violet)))) + `(avy-lead-face-2 ((,class (:inherit isearch :background ,cyan)))) ;;;;; bm `(bm-face ((,class (:overline ,base0)))) `(bm-fringe-face ((,class (:overline ,base0))))