summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2017-05-11 21:09:27 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-05-12 00:37:55 +0400
commitaeaf816797d316d90d4912e51ebaa42990dc97a2 (patch)
tree3a1aa6af5cbfdeda153de78463921f98d898f1bd
parentd5d914bf5a91eddd331b06ce4d92e9c29a93273d (diff)
Add missing ivy face ivy-cursor
-rw-r--r--zenburn-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 8d9d618..ccf03a1 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -723,6 +723,7 @@ Also bind `class' to ((class color) (min-colors 89))."
:underline t :weight bold))))
;;;;; ivy
`(ivy-confirm-face ((t (:foreground ,zenburn-green :background ,zenburn-bg))))
+ `(ivy-cursor ((t (:foreground ,zenburn-bg :background ,zenburn-fg))))
`(ivy-match-required-face ((t (:foreground ,zenburn-red :background ,zenburn-bg))))
`(ivy-remote ((t (:foreground ,zenburn-blue :background ,zenburn-bg))))
`(ivy-subdir ((t (:foreground ,zenburn-yellow :background ,zenburn-bg))))