branch: externals/ef-themes
commit ef4b2ec098c5c348ef5dcc85acc345026302b6ae
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak dired-mark foreground
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/ef-themes.el
index d7505d4588..4c77a8694d 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -277,7 +277,7 @@ When called from Lisp, THEME is a symbol."
`(dired-flagged ((,c :inherit error :background ,bg-err)))
`(dired-header ((,c :inherit bold)))
`(dired-ignored ((,c :inherit shadow)))
- `(dired-mark ((,c :inherit success)))
+ `(dired-mark ((,c :foreground ,fg-intense)))
`(dired-marked ((,c :inherit success :background ,bg-info)))
`(dired-symlink ((,c :inherit link)))
`(dired-warning ((,c :inherit warning)))