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

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

[nongnu] elpa/ujelly-theme 57dc8e0 104/137: add swiper/ivy customization


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 57dc8e0 104/137: add swiper/ivy customizations
Date: Thu, 21 Oct 2021 18:12:21 -0400 (EDT)

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

    add swiper/ivy customizations
---
 ujelly-theme.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 3b627991..6c95801 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.21
+;; Version: 1.1.22
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -114,6 +114,7 @@
        `(helm-source-header ((,class (:foreground ,ujelly-yellow-0 :background 
,ujelly-grey-3))))
        `(helm-swoop-target-line-face ((,class (:foreground ,ujelly-fg 
:background ,ujelly-grey-4))))
        `(helm-swoop-target-word-face ((,class (:foreground ,ujelly-red-1))))
+       `(highlight ((,class (:background ,ujelly-grey-4))))
        `(hl-line ((,class (:background ,ujelly-grey-4))))
        `(iedit-occurrence ((,class (:foreground ,ujelly-red-1))))
        `(isearch ((,class (:foreground ,ujelly-fg :background ,ujelly-red-1))))
@@ -122,6 +123,9 @@
        `(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-minibuffer-match-face-1 ((,class (:foreground ,ujelly-red-1))))
+       `(ivy-minibuffer-match-face-2 ((,class (:foreground ,ujelly-red-1))))
        `(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))))
@@ -164,6 +168,8 @@
        `(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))
        `(sp-pair-overlay-face ((,class (:background ,ujelly-grey-4))))
        `(sp-show-pair-match-face ((,class (:background ,ujelly-grey-5))))
+       `(swiper-match-face-1 ((,class (:foreground ,ujelly-red-1))))
+       `(swiper-match-face-2 ((,class (:foreground ,ujelly-red-1))))
        `(trailing-whitespace ((,class (:background ,ujelly-red-1))))
        `(web-mode-builtin-face ((,class (:foreground ,ujelly-blue-0))))
        `(web-mode-html-attr-name-face ((,class (:foreground 
,ujelly-purple-0))))



reply via email to

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