solarized-emacs

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

commit bfbf63b29435858607b5347614426d5f41f9b386
parent d012059fd9bef6e8876ed12708f00803daa41caf
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 23 Jan 2014 11:29:59 +0100

adjust helm-swoop faces

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

diff --git a/solarized.el b/solarized.el @@ -822,13 +822,16 @@ customize the resulting theme." `(helm-separator ((,class (:foreground ,red)))) `(helm-source-header ((,class (:background ,blue-lc :foreground ,base03 :underline nil)))) - `(helm-swoop-target-line-face ((,class (:background ,base02)))) - `(helm-swoop-target-line-block-face ((,class (:background ,base02)))) - `(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 ,base03 :foreground ,magenta :bold t)))) + ;; helm-swoop + `(helm-swoop-target-line-face ((,class (:foreground unspecified :background ,base02)))) + `(helm-swoop-target-line-block-face ((,class (:foreground unspecified :background ,base02)))) + `(helm-swoop-target-word-face ((,class (:foreground ,magenta :background unspecified)))) + ;; hi-lock-mode `(hi-yellow ((,class (:foreground ,yellow-lc :background ,yellow-hc)))) `(hi-pink ((,class (:foreground ,magenta-lc :background ,magenta-hc))))