commit 6154ae303863b4300ecaa514f0a89fc6ac4c9dd3
parent 72803afaff58679f4fc9a93aa4ae08756367c500
Author: syl20bnr <sylvain.benner@gmail.com>
Date: Sat, 14 Dec 2013 00:26:41 -0500
Add support for helm-swoop faces
Diffstat:
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))))