summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-11-19 13:06:25 +0100
committerDavid Robillard <d@drobilla.net>2017-11-19 13:06:25 +0100
commit2c8a129b2b0807a6dbfd3910b43f0cb4588ec488 (patch)
treeb2927c13acbbb0628f0ac93af58cc6852b83128a
parent05c76661b856924edf498bdd8189996455847412 (diff)
downloaddotfiles-2c8a129b2b0807a6dbfd3910b43f0cb4588ec488.tar.gz
dotfiles-2c8a129b2b0807a6dbfd3910b43f0cb4588ec488.tar.bz2
dotfiles-2c8a129b2b0807a6dbfd3910b43f0cb4588ec488.zip
Add swiper colours
-rw-r--r--emacs.d/drobillized-theme.el5
1 files changed, 5 insertions, 0 deletions
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))))