From 2c8a129b2b0807a6dbfd3910b43f0cb4588ec488 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Nov 2017 13:06:25 +0100 Subject: Add swiper colours --- emacs.d/drobillized-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el index a2bfa35..764a935 100644 --- a/emacs.d/drobillized-theme.el +++ b/emacs.d/drobillized-theme.el @@ -124,6 +124,11 @@ Reload the theme after changing anything in this group." `(ivy-minibuffer-match-face-2 ((t (:inherit minibuffer-prompt)))) `(ivy-minibuffer-match-face-3 ((t (:inherit minibuffer-prompt)))) `(ivy-minibuffer-match-face-4 ((t (:inherit minibuffer-prompt)))) + `(swiper-line-face ((t (:background "#354900")))) + `(swiper-match-face-1 ((t (:background ,cyan-d)))) + `(swiper-match-face-2 ((t (:background ,green-d)))) + `(swiper-match-face-3 ((t (:background ,cyan-d)))) + `(swiper-match-face-4 ((t (:background ,green-d)))) `(ivy-remote ((t (:foreground ,violet)))) `(jabber-chat-prompt-foreign ((t (:foreground ,cyan-d :weight bold)))) `(jabber-chat-prompt-local ((t (:foreground ,green :weight bold)))) -- cgit v1.2.1