branch: elpa/ujelly-theme
commit 9fbe73501e5c50ae48e9d881a5cf4f4aca3f3bfc
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    make ido-subdir foreground ,ujelly-fg
---
 color-theme-ujelly.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/color-theme-ujelly.el b/color-theme-ujelly.el
index 942bc4c..20ccec4 100644
--- a/color-theme-ujelly.el
+++ b/color-theme-ujelly.el
@@ -47,7 +47,7 @@
           `(isearch-fail ((t (:background ,ujelly-red-2))))
           `(ido-first-match ((t (:foreground ,ujelly-yellow-0))))
           `(ido-only-match ((t (:foreground ,ujelly-green-0))))
-          `(ido-subdir ((t (:foreground ,ujelly-grey-0))))
+          `(ido-subdir ((t (:foreground ,ujelly-fg))))
           `(lazy-highlight ((t (:foreground nil))))
           `(linum ((t (:italic t :foreground ,ujelly-grey-2))))
           `(magit-branch ((t (:foreground ,ujelly-red-2))))

Reply via email to