branch: elpa/spacemacs-theme
commit e98538978c4e806e8fc982f730e6eb092ff4f23e
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix helm dotted symlink directory entry
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 9612afd31e..f0aa68e4ae 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -353,6 +353,7 @@
`(helm-candidate-number ((,class (:background ,bg1 :foreground ,keyword
:inherit bold))))
`(helm-ff-directory ((,class (:foreground ,keyword :background ,bg1
:inherit bold))))
`(helm-ff-dotted-directory ((,class (:foreground ,keyword :background
,bg1 :inherit bold))))
+ `(helm-ff-dotted-symlink-directory ((,class (:foreground ,cyan
:background ,bg1 :inherit bold))))
`(helm-ff-executable ((,class (:foreground ,suc :background ,bg1 :weight
normal))))
`(helm-ff-file ((,class (:foreground ,base :background ,bg1 :weight
normal))))
`(helm-ff-invalid-symlink ((,class (:foreground ,red :background ,bg1
:inherit bold))))