Merge pull request #213 from bricewge/patch-1

Add support for ivy/swiper
This commit is contained in:
Bozhidar Batsov 2015-12-11 15:34:35 +02:00
commit 6d1690b246

View file

@ -1148,6 +1148,15 @@ customize the resulting theme."
((,class (:foreground ,magenta :background ,base02))))
`(info-user-option-ref-item
((,class (:foreground ,orange :background ,base02))))
;;;;; ivy
`(ivy-confirm-face ((,class (:foreground ,green))))
`(ivy-current-match ((,class (:weight bold :background ,base02))))
`(ivy-match-required-face ((,class (:foreground ,red))))
`(ivy-minibuffer-match-face-1 ((,class (:foreground ,base1))))
`(ivy-minibuffer-match-face-2 ((,class (:foreground ,yellow))))
`(ivy-minibuffer-match-face-3 ((,class (:foreground ,yellow))))
`(ivy-minibuffer-match-face-4 ((,class (:foreground ,yellow))))
`(ivy-remote ((,class (:foreground ,blue))))
;;;;; jabber
`(jabber-activity-face ((,class (:weight bold :foreground ,red))))
`(jabber-activity-personal-face ((,class (:weight bold :foreground ,blue))))
@ -1771,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)))))