branch: master
commit 98ef20d133e7f430e315dc23e34eb223e5709ddf
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Change mode-line face.
* dired-async.el (dired-async-mode-message):
Use a foreground face.
---
dired-async.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dired-async.el b/dired-async.el
index d37c5cb..60f87ad 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -74,7 +74,7 @@ Should take same args as `message'."
:group 'dired-async)
(defface dired-async-mode-message
- '((t (:background "Firebrick1")))
+ '((t (:foreground "Gold")))
"Face used for `dired-async--modeline-mode' lighter."
:group 'dired-async)