branch: elpa/ujelly-theme
commit 030644f2e8a24047c3d33c2a50aad8275afc70c3
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
change helm-source-header
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 47a8415..41e547d 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.9
+;; Version: 1.1.10
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -100,7 +100,7 @@
`(helm-match ((,class (:foreground ,ujelly-yellow-0 :background
,ujelly-bg))))
`(helm-moccur-buffer ((,class (:foreground ,ujelly-yellow-0))))
`(helm-selection ((,class (:background ,ujelly-purple-1))))
- `(helm-source-header ((,class (:foreground ,ujelly-fg :background
,ujelly-grey-4))))
+ `(helm-source-header ((,class (:foreground ,ujelly-yellow-0 :background
,ujelly-grey-3))))
`(helm-swoop-target-line-face ((,class (:foreground ,ujelly-fg
:background ,ujelly-red-1))))
`(helm-swoop-target-word-face ((,class (:foreground ,ujelly-fg
:background ,ujelly-red-1))))
`(hl-line ((,class (:background ,ujelly-grey-4))))