branch: externals/ef-themes commit 46fa47a78005943eeb7c566f86d50d1d2e6554a5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak eshell-ls-special mapping --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 6d5e8baabc..dc428fc2ac 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1095,7 +1095,7 @@ Helper function for `ef-themes-preview-colors'." `(eshell-ls-missing ((,c :inherit error))) `(eshell-ls-product ((,c :inherit shadow))) `(eshell-ls-readonly ((,c :foreground ,warning))) - `(eshell-ls-special ((,c :foreground ,magenta))) + `(eshell-ls-special ((,c :foreground ,accent-3))) `(eshell-ls-symlink ((,c :inherit link))) `(eshell-ls-unreadable ((,c :inherit shadow))) `(eshell-prompt ((,c :inherit minibuffer-prompt)))