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

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

[nongnu] elpa/solarized-theme 649290f404 1/2: Add more helm-find-files f


From: ELPA Syncer
Subject: [nongnu] elpa/solarized-theme 649290f404 1/2: Add more helm-find-files faces
Date: Thu, 24 Mar 2022 00:58:48 -0400 (EDT)

branch: elpa/solarized-theme
commit 649290f404d17f322e89e2dfec2b37f51a4a9267
Author: JunyuanChen <75352049+JunyuanChen@users.noreply.github.com>
Commit: Thomas Frössman <thomasf@jossystem.se>

    Add more helm-find-files faces
    
    dotted directory, socket, pipe, suid, backup-file
    Colors taken from the default `ls --color` output.
---
 solarized-faces.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/solarized-faces.el b/solarized-faces.el
index b2f6e8e998..713a23bca2 100644
--- a/solarized-faces.el
+++ b/solarized-faces.el
@@ -808,9 +808,14 @@
      `(helm-buffer-size ((,class (:foreground ,base01))))
      `(helm-candidate-number ((,class (:background ,base02 :foreground ,base1
                                                    :bold t))))
+     `(helm-ff-dotted-directory ((,class (:foreground ,base03 :background 
,base01))))
      `(helm-ff-directory ((,class (:background ,base03  :foreground ,blue))))
      `(helm-ff-executable ((,class (:foreground ,green))))
+     `(helm-ff-socket ((,class (:foreground ,magenta))))
+     `(helm-ff-pipe ((,class (:foreground ,yellow))))
+     `(helm-ff-suid ((,class (:foreground ,base03 :background ,red))))
      `(helm-ff-file ((,class (:background ,base03 :foreground ,base0))))
+     `(helm-ff-backup-file ((,class (:foreground ,base01))))
      `(helm-ff-invalid-symlink ((,class (:background ,base03 :foreground 
,orange
                                                      :slant italic))))
      `(helm-ff-prefix ((,class (:background ,yellow :foreground ,base03))))



reply via email to

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