From 1d36be15a8732bfb801cf4c2f6b207fc252a1f45 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Apr 2017 19:32:16 +0200 Subject: Fix ivy colours --- emacs.d/drobillized-theme.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el index 8883936..0b0f8cd 100644 --- a/emacs.d/drobillized-theme.el +++ b/emacs.d/drobillized-theme.el @@ -118,12 +118,12 @@ Reload the theme after changing anything in this group." `(header-line ((t (:inherit mode-line)))) `(highlight-beyond-fill-column-face ((t (:background ,red-d)))) `(ivy-confirm-face ((t (:inherit minibuffer-prompt :foreground ,green)))) - `(ivy-current-match ((t (:background "#546E00")))) + `(ivy-current-match ((t (:background ,green-d)))) `(ivy-match-required-face ((t (:inherit minibuffer-prompt :foreground ,red)))) - `(ivy-minibuffer-match-face-1 ((t (:background "#222")))) - `(ivy-minibuffer-match-face-2 ((t (:background "#444" :weight bold)))) - `(ivy-minibuffer-match-face-3 ((t (:background ,violet-d :weight bold)))) - `(ivy-minibuffer-match-face-4 ((t (:background ,magenta-d :weight bold)))) + `(ivy-minibuffer-match-face-1 ((t (:inherit minibuffer-prompt)))) + `(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)))) `(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