branch: elpa/ujelly-theme
commit d231287e4f01805ee995e5f2d78fd3411dd86385
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add more ivy/swiper customizations
---
ujelly-theme.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 002ad8e..b24af47 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.1.23
+;; Version: 1.1.24
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -126,6 +126,8 @@
`(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))))
+ `(ivy-minibuffer-match-face-3 ((,class (:foreground ,ujelly-red-1))))
+ `(ivy-minibuffer-match-face-4 ((,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))))
@@ -170,6 +172,8 @@
`(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))))
+ `(swiper-match-face-3 ((,class (:foreground ,ujelly-red-1))))
+ `(swiper-match-face-4 ((,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))))