branch: elpa/ujelly-theme
commit 4e505a6eedf6bc58d0294b0d51e804753443d03d
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add background to helm-match
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 0724858..2f463ab 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.0.17
+;; Version: 1.0.18
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -70,7 +70,7 @@
`(helm-candidate-number ((,class (:background ,ujelly-bg))))
`(helm-ff-directory ((,class (:background ,ujelly-bg))))
`(helm-ff-file ((,class (:foreground ,ujelly-fg))))
- `(helm-match ((,class (:foreground ,ujelly-yellow-0))))
+ `(helm-match ((,class (:foreground ,ujelly-yellow-0 :background
,ujelly-bg))))
`(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))))