solarized-emacs

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

commit 71242f04ba88c2d4b351689a58005871cf6702c9
parent 82b66d29517cd6143b9e8f8b6b3cd65296a4b119
Author: Brice Waegeneire <brice.wge@gmail.com>
Date:   Thu, 10 Dec 2015 19:53:09 +0100

Add support for ivy

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

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))))