branch: elpa/ujelly-theme
commit dec22e1df99b75ce0d619163cad48a3deb79c28b
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
set foreground for helm-candidate-number
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 2f463ab..b9d3986 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.18
+;; Version: 1.0.19
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -67,7 +67,7 @@
`(font-lock-warning-face ((,class (:foreground ,ujelly-red-1))))
`(header-line ((,class (:foreground ,ujelly-fg))))
`(helm-buffer-size ((,class (:foreground ,ujelly-fg))))
- `(helm-candidate-number ((,class (:background ,ujelly-bg))))
+ `(helm-candidate-number ((,class (:foreground ,ujelly-fg :background
,ujelly-bg))))
`(helm-ff-directory ((,class (:background ,ujelly-bg))))
`(helm-ff-file ((,class (:foreground ,ujelly-fg))))
`(helm-match ((,class (:foreground ,ujelly-yellow-0 :background
,ujelly-bg))))