solarized-emacs

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

commit 6d1690b2464cae5045e259f0fcafd6c3dc1caee2
parent 82b66d29517cd6143b9e8f8b6b3cd65296a4b119
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Fri, 11 Dec 2015 15:34:35 +0200

Merge pull request #213 from bricewge/patch-1

Add support for ivy/swiper
Diffstat:
Msolarized.el | 16+++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -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)))))