summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-04-12 19:32:16 +0200
committerDavid Robillard <d@drobilla.net>2017-04-12 19:32:16 +0200
commit1d36be15a8732bfb801cf4c2f6b207fc252a1f45 (patch)
tree1f8ade538761d984bdd28148caa560f04bf34f11
parentd1b22da3295ffd874e32257c299113f39c2fad7e (diff)
downloaddotfiles-1d36be15a8732bfb801cf4c2f6b207fc252a1f45.tar.gz
dotfiles-1d36be15a8732bfb801cf4c2f6b207fc252a1f45.tar.bz2
dotfiles-1d36be15a8732bfb801cf4c2f6b207fc252a1f45.zip
Fix ivy colours
-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))))