diff --git a/CHANGELOG.org b/CHANGELOG.org index 563be0e..abacdf2 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -12,8 +12,9 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. Add the helm faces: =helm-M-x-key=, =helm-buffer-directory=, =helm-buffer-file=, =helm-buffer-not-saved=, =helm-buffer-process=, - =helm-buffer-size=, =helm-match=, =helm-selection= and - =helm-source-header=. + =helm-buffer-size=, =helm-match=, =helm-selection=, =helm-source-header=, + =helm-ff-directory=, =helm-ff-dotted-directory=, =helm-ff-executable=, + =helm-ff-file=, =helm-ff-invalid-symlink=, =helm-ff-symlink=. ** ADDED Some circe faces diff --git a/yoshi-theme.el b/yoshi-theme.el index 376cdf2..39ecfa4 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -165,6 +165,12 @@ `(helm-buffer-not-saved ((t (:foreground ,fgcyan)))) `(helm-buffer-process ((t (:foreground ,fggreen)))) `(helm-buffer-size ((t (:foreground ,fgorange)))) + `(helm-ff-directory ((t (:foreground ,fgblue :background unspecified)))) + `(helm-ff-dotted-directory ((t (:foreground unspecified :background unspecified :inherit helm-ff-directory)))) + `(helm-ff-executable ((t (:foreground ,fggreen)))) + `(helm-ff-file ((t (:inherit default)))) + `(helm-ff-invalid-symlink ((t (:foreground ,fgred :background unspecified)))) + `(helm-ff-symlink ((t (:foreground ,fgcyan)))) `(helm-match ((t (:foreground ,fgbright :weight bold)))) `(helm-selection ((t (:distant-foreground unspecified :background ,bgblue)))) `(helm-source-header ((t (:font-family unspecified :height 1.1 :weight bold :foreground ,fgturquoise :background unspecified))))