commit 649290f404d17f322e89e2dfec2b37f51a4a9267
parent f34a171ff0e39549972edf533120f0b556f0b5ad
Author: JunyuanChen <75352049+JunyuanChen@users.noreply.github.com>
Date: Thu, 24 Mar 2022 00:44:13 +0000
Add more helm-find-files faces
dotted directory, socket, pipe, suid, backup-file
Colors taken from the default `ls --color` output.
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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))))