branch: elpa/ujelly-theme
commit 65217f8a80508a119e6b1f5a5715a0cfbe6f6a01
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
update ivy-current-match
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index b50391d..e2f5d53 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
;; Author: Mark Tran <[email protected]>
;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.29
+;; Version: 1.1.30
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -126,7 +126,7 @@
`(ido-only-match ((,class (:foreground ,ujelly-green-0))))
`(ido-subdir ((,class (:foreground ,ujelly-fg))))
`(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
- `(ivy-current-match ((,class (:background ,ujelly-grey-4))))
+ `(ivy-current-match ((,class (:background ,ujelly-purple-1))))
`(ivy-minibuffer-match-face-1 ((,class (:foreground ,ujelly-red-1))))
`(ivy-minibuffer-match-face-2 ((,class (:foreground ,ujelly-red-1))))
`(ivy-minibuffer-match-face-3 ((,class (:foreground ,ujelly-red-1))))