summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorDavor Rotim <rotim.davor@gmail.com>2016-04-30 16:55:30 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-30 07:55:30 -0700
commite557990351c8bc96360e4015da2c6348a3fd0fd9 (patch)
tree09ba928568a408ced8165fd1a01238b792627550 /zenburn-theme.el
parent18734316edd8c78891046bf6f078d2fd635b1c84 (diff)
Add dired-async support (#243)
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index c3f79f4..ea45237 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -359,6 +359,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(diredp-read-priv ((t (:foreground ,zenburn-green-1))))
`(diredp-symlink ((t (:foreground ,zenburn-yellow))))
`(diredp-write-priv ((t (:foreground ,zenburn-magenta))))
+;;;;; dired-async
+ `(dired-async-message ((t (:foreground ,zenburn-yellow :weight bold))))
+ `(dired-async-mode-message ((t (:foreground ,zenburn-yellow))))
;;;;; ediff
`(ediff-current-diff-A ((t (:foreground ,zenburn-fg :background ,zenburn-red-4))))
`(ediff-current-diff-Ancestor ((t (:foreground ,zenburn-fg :background ,zenburn-red-4))))