branch: elpa/ujelly-theme
commit 6f8ec21eceeacd600c74e96ddc59a60355559d63
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add ido-virtual
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index bc9431d..8d31a2d 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.0.14
+;; Version: 1.0.15
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -70,6 +70,7 @@
`(ido-first-match ((,class (:foreground ,ujelly-yellow-0))))
`(ido-only-match ((,class (:foreground ,ujelly-green-0))))
`(ido-subdir ((,class (:foreground ,ujelly-fg))))
+ `(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
`(lazy-highlight ((,class (:foreground nil))))
`(linum ((,class (:slant italic :foreground ,ujelly-grey-2))))
`(magit-branch ((,class (:foreground ,ujelly-red-2))))