diff options
-rw-r--r-- | emacs.d/drobillized-theme.el | 5 |
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)))) |