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

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

[nongnu] elpa/spacemacs-theme dcdd25f2aa 027/336: Fixed little issue wit


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme dcdd25f2aa 027/336: Fixed little issue with helm directory names
Date: Fri, 14 Jan 2022 10:58:54 -0500 (EST)

branch: elpa/spacemacs-theme
commit dcdd25f2aa90edb5c188b6f43dd1d4e0eabf5a0e
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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))))



reply via email to

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