branch: elpa/cyberpunk-theme
commit fbbc60420e4898b8f6f91a1c26eb9f29f472fb66
Merge: eb6ee11 6a76275
Author: Nicholas M. Van Horn <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #28 from dragsubil/master
Added helm-ff-directory color to make it look better
---
cyberpunk-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index c0b8892..84c281b 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -409,6 +409,7 @@
`(helm-selection-line ((,class (:background ,cyberpunk-bg+1))))
`(helm-visible-mark ((,class (:foreground ,cyberpunk-bg :background
,cyberpunk-yellow-2))))
`(helm-candidate-number ((,class (:foreground ,cyberpunk-green+4
:background ,cyberpunk-bg-1))))
+ `(helm-ff-directory ((,class (:foreground ,cyberpunk-pink :background
,cyberpunk-bg))))
;; hl-line-mode
`(hl-sexp-face ((,class (:background ,cyberpunk-gray-5))))