solarized-emacs

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

commit 7a43652689de5188198c77715e2dbc111de760bf
parent 6d1690b2464cae5045e259f0fcafd6c3dc1caee2
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Fri, 11 Dec 2015 15:35:51 +0200

Merge pull request #206 from fleimgruber/master

Faces for avy-goto-*
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))))