aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-25 14:00:05 +0200
committerGravatar Tom Willemse2015-09-25 14:00:05 +0200
commit88281788750fb5efb02b34e4de128c5c0bba47c5 (patch)
treeb8946029ad5e3e150f896912a32702ad044d229e
parente5c35cedca4d44eea09dbf3e3cead5884e7a4161 (diff)
downloadyoshi-theme-88281788750fb5efb02b34e4de128c5c0bba47c5.tar.gz
yoshi-theme-88281788750fb5efb02b34e4de128c5c0bba47c5.zip
Add some more helm faces
-rw-r--r--CHANGELOG.org5
-rw-r--r--yoshi-theme.el6
2 files changed, 9 insertions, 2 deletions
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))))