summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs.d/drobillized-theme.el10
1 files 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))))