summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaidone <saidone@saidone.org>2021-08-23 07:03:12 +0200
committerGitHub <noreply@github.com>2021-08-23 08:03:12 +0300
commit04f46f0379b75a5dca1580981ae55d4ccc51e3cb (patch)
tree17b08d35c3310d44dc7102d093b42f2b8ad6beeb
parentea9b8f3aedc6640cb0d15d77f7bb5d98830abe97 (diff)
Add helm-ff-file-extension (#356)
-rw-r--r--CHANGELOG.md4
-rw-r--r--zenburn-theme.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd9d2bd..b010f8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### Changes
+
+* Add `helm-ff-file-extension` face
+
## 2.7 (2020-11-21)
### New features
diff --git a/zenburn-theme.el b/zenburn-theme.el
index e2720d7..78b926e 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -789,6 +789,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(helm-buffer-size ((t (:foreground ,zenburn-fg-1 :background ,zenburn-bg))))
`(helm-ff-directory ((t (:foreground ,zenburn-cyan :background ,zenburn-bg :weight bold))))
`(helm-ff-file ((t (:foreground ,zenburn-fg :background ,zenburn-bg :weight normal))))
+ `(helm-ff-file-extension ((t (:foreground ,zenburn-fg :background ,zenburn-bg :weight normal))))
`(helm-ff-executable ((t (:foreground ,zenburn-green+2 :background ,zenburn-bg :weight normal))))
`(helm-ff-invalid-symlink ((t (:foreground ,zenburn-red :background ,zenburn-bg :weight bold))))
`(helm-ff-symlink ((t (:foreground ,zenburn-yellow :background ,zenburn-bg :weight bold))))