branch: elpa/alect-themes
commit 407dfeb378a99f5332ff94af643783039b2697b1
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Update 'eshell-ls-executable' face
---
alect-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index 4f50639a65e..fc9a597db2b 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -840,7 +840,7 @@ For INVERT, see `alect-get-color'."
(eshell-ls-backup ((,c :inherit dired-ignored)))
(eshell-ls-clutter ((,c :inherit font-lock-comment-face)))
(eshell-ls-directory ((,c :inherit dired-directory)))
- (eshell-ls-executable ((,c :foreground ,(gc 'yellow))))
+ (eshell-ls-executable ((,c :foreground ,(gc 'green-1))))
(eshell-ls-unreadable ((,c :foreground ,(gc 'red-2))))
(eshell-ls-readonly ((,c :foreground ,(gc 'fg-2))))
(eshell-ls-missing ((,c :inherit dired-warning)))