emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 6f8ec21 030/137: add ido-virtual


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 6f8ec21 030/137: add ido-virtual
Date: Thu, 21 Oct 2021 18:12:05 -0400 (EDT)

branch: elpa/ujelly-theme
commit 6f8ec21eceeacd600c74e96ddc59a60355559d63
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    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 <mark.tran@gmail.com>
 ;; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]