emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cyberpunk-theme 6a76275 098/132: Added helm-ff-directory c


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 6a76275 098/132: Added helm-ff-directory color to make it look better
Date: Thu, 21 Oct 2021 18:03:57 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 6a762758105f8062f1c616beb49573f20c41e3d7
Author: Subil <subil1407@gmail.com>
Commit: Subil <subil1407@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]