branch: elpa/ujelly-theme
commit ef711f4fc66215d1b5326324dfd83a4afa3017de
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add iedit-occurrence customization
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 465795f..c128bbc 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.16
+;; Version: 1.1.17
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -110,6 +110,7 @@
`(helm-swoop-target-line-face ((,class (:foreground ,ujelly-fg
:background ,ujelly-grey-4))))
`(helm-swoop-target-word-face ((,class (:foreground ,ujelly-red-1))))
`(hl-line ((,class (:background ,ujelly-grey-4))))
+ `(iedit-occurrence ((,class (:foreground ,ujelly-red-1))))
`(isearch ((,class (:foreground ,ujelly-fg :background ,ujelly-red-1))))
`(isearch-fail ((,class (:background ,ujelly-red-1))))
`(ido-first-match ((,class (:foreground ,ujelly-yellow-0))))