Skip to content

Commit 98ef20d

Browse files
author
Thierry Volpiatto
committed
Change mode-line face.
* dired-async.el (dired-async-mode-message): Use a foreground face.
1 parent 4ab15f7 commit 98ef20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dired-async.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Should take same args as `message'."
7474
:group 'dired-async)
7575

7676
(defface dired-async-mode-message
77-
'((t (:background "Firebrick1")))
77+
'((t (:foreground "Gold")))
7878
"Face used for `dired-async--modeline-mode' lighter."
7979
:group 'dired-async)
8080

0 commit comments

Comments
 (0)