commit 1c6acea34e44d8706519283c9195fda01bd915ca
parent 71242f04ba88c2d4b351689a58005871cf6702c9
Author: Brice Waegeneire <brice.wge@gmail.com>
Date: Thu, 10 Dec 2015 19:53:42 +0100
Add support for swiper
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1780,7 +1780,12 @@ customize the resulting theme."
`(show-paren-mismatch
((,class (:foreground ,base02 :background ,red
:weight ,s-maybe-bold))))
-
+;;;;; swiper
+ `(swiper-line-face ((,class (:background ,base02))))
+ `(swiper-match-face-1 ((,class (:weight bold :foreground ,base1))))
+ `(swiper-match-face-2 ((,class (:weight bold :foreground ,yellow))))
+ `(swiper-match-face-3 ((,class (:weight bold :foreground ,yellow))))
+ `(swiper-match-face-4 ((,class (:weight bold :foreground ,yellow))))
;;;;; sx (WIP)
`(sx-custom-button ((,class (:background ,base02 :foreground ,base1
:box (:line-width 2 :style released-button :height 0.9)))))