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

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

[nongnu] elpa/ujelly-theme b62d64b 114/137: change color of ivy-minibuff


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme b62d64b 114/137: change color of ivy-minibuffer-match-face
Date: Thu, 21 Oct 2021 18:12:23 -0400 (EDT)

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

    change color of ivy-minibuffer-match-face
---
 ujelly-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 86e184f..bee4d0f 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.1.31
+;; Version: 1.1.32
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -127,10 +127,10 @@
        `(ido-subdir ((,class (:foreground ,ujelly-fg))))
        `(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
        `(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))))
-       `(ivy-minibuffer-match-face-4 ((,class (:foreground ,ujelly-red-1))))
+       `(ivy-minibuffer-match-face-1 ((,class (:foreground ,ujelly-orange-0))))
+       `(ivy-minibuffer-match-face-2 ((,class (:foreground ,ujelly-orange-0))))
+       `(ivy-minibuffer-match-face-3 ((,class (:foreground ,ujelly-orange-0))))
+       `(ivy-minibuffer-match-face-4 ((,class (:foreground ,ujelly-orange-0))))
        `(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
        `(magit-blame-heading ((,class (:foreground ,ujelly-grey-1 :background 
,ujelly-grey-2))))



reply via email to

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