branch: elpa/spacemacs-theme
commit dcdd25f2aa90edb5c188b6f43dd1d4e0eabf5a0e
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fixed little issue with helm directory names
---
spacemacs-dark-theme.el | 1 +
spacemacs-light-theme.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 7cc6ef01ec..1b8afa17e6 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -165,6 +165,7 @@
`(helm-candidate-number ((,class (:background ,bg1 :foreground ,inf :bold
t))))
`(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil
:box nil))))
`(helm-ff-directory ((,class (:foreground ,key1 :background ,bg1 :weight
bold))))
+ `(helm-ff-dotted-directory ((,class (:foreground ,key1 :background ,bg1
:weight 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
:weight bold))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 8995175676..0c5f6d32ce 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -165,6 +165,7 @@
`(helm-candidate-number ((,class (:background ,bg1 :foreground ,inf :bold
t))))
`(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil
:box nil))))
`(helm-ff-directory ((,class (:foreground ,key1 :background ,bg1 :weight
bold))))
+ `(helm-ff-dotted-directory ((,class (:foreground ,key1 :background ,bg1
:weight 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
:weight bold))))