branch: elpa/cyberpunk-theme
commit 6a762758105f8062f1c616beb49573f20c41e3d7
Author: Subil <[email protected]>
Commit: Subil <[email protected]>

    Added helm-ff-directory color to make it look better
    
    In Helm, the default colors for directory name looked
    ugly with pink text and gray background. I changed to only
    the pink text.
---
 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))))

Reply via email to