branch: elpa/solarized-theme commit 649290f404d17f322e89e2dfec2b37f51a4a9267 Author: JunyuanChen <75352049+junyuanc...@users.noreply.github.com> Commit: Thomas Frössman <thom...@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))))