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

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

[nongnu] elpa/ujelly-theme f90c639 042/137: change isearch/lazy-highligh


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme f90c639 042/137: change isearch/lazy-highlight colors
Date: Thu, 21 Oct 2021 18:12:07 -0400 (EDT)

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

    change isearch/lazy-highlight colors
---
 ujelly-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index c9f5dcc..24aa68b 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.26
+;; Version: 1.0.27
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -78,13 +78,13 @@
        `(helm-selection ((,class (:background ,ujelly-purple-1))))
        `(helm-source-header ((,class (:foreground ,ujelly-red-1 :background 
,ujelly-grey-3))))
        `(hl-line ((,class (:background ,ujelly-grey-3))))
-       `(isearch ((,class (:inverse-video t))))
+       `(isearch ((,class (:foreground ,ujelly-fg :background ,ujelly-red-1))))
        `(isearch-fail ((,class (:background ,ujelly-red-1))))
        `(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))))
+       `(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-2))))
        `(magit-branch ((,class (:foreground ,ujelly-red-2))))
        `(magit-diff-add ((,class (:foreground ,ujelly-green-0 :background 
,ujelly-bg))))



reply via email to

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