branch: elpa/ujelly-theme
commit 522fa20176a066bdabfcee009e0cb50e2411c6ba
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
change foreground on helm-source-header
---
ujelly-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index e37cdbe..026cad4 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -95,7 +95,7 @@
`(helm-ff-file ((,class (:foreground ,ujelly-fg))))
`(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-4))))
+ `(helm-source-header ((,class (:foreground ,ujelly-fg :background
,ujelly-grey-4))))
`(hl-line ((,class (:background ,ujelly-grey-4))))
`(isearch ((,class (:foreground ,ujelly-fg :background ,ujelly-red-1))))
`(isearch-fail ((,class (:background ,ujelly-red-1))))