solarized-emacs

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

commit 35f90b1a5fcbd048c66127a96659c529c69e9089
parent 72803afaff58679f4fc9a93aa4ae08756367c500
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Sat, 14 Dec 2013 00:58:53 -0800

Merge pull request #92 from syl20bnr/helm-swoop

Add support for helm-swoop faces
Diffstat:
Msolarized.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -795,6 +795,9 @@ customize the resulting theme." `(helm-separator ((,class (:foreground ,red)))) `(helm-source-header ((,class (:background ,blue-lc :foreground ,solarized-bg :underline nil)))) + `(helm-swoop-target-line-face ((,class (:background ,solarized-hl)))) + `(helm-swoop-target-line-block-face ((,class (:background ,solarized-hl)))) + `(helm-swoop-target-word-face ((,class (:foreground ,magenta :background unspecified)))) `(helm-time-zone-current ((,class (:foreground ,green)))) `(helm-time-zone-home ((,class (:foreground ,red)))) `(helm-visible-mark ((,class (:background ,solarized-bg :foreground ,magenta :bold t))))