diff options
| -rw-r--r-- | lisp/eshell/em-ls.el | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 846f3d5e290..874591d2501 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -100,15 +100,14 @@ faster and conserves more memory." | |||
| 100 | :type 'boolean) | 100 | :type 'boolean) |
| 101 | 101 | ||
| 102 | (defface eshell-ls-directory | 102 | (defface eshell-ls-directory |
| 103 | '((((class color) (background light)) (:foreground "Blue" :weight bold)) | 103 | '((t (:inherit font-lock-function-name-face))) |
| 104 | (((class color) (background dark)) (:foreground "SkyBlue" :weight bold)) | 104 | "The face used for highlighting directories." |
| 105 | (t (:weight bold))) | 105 | :version "29.1") |
| 106 | "The face used for highlighting directories.") | ||
| 107 | 106 | ||
| 108 | (defface eshell-ls-symlink | 107 | (defface eshell-ls-symlink |
| 109 | '((((class color) (background light)) (:foreground "Dark Cyan" :weight bold)) | 108 | '((t (:inherit font-lock-keyword-face))) |
| 110 | (((class color) (background dark)) (:foreground "Cyan" :weight bold))) | 109 | "The face used for highlighting symbolic links." |
| 111 | "The face used for highlighting symbolic links.") | 110 | :version "29.1") |
| 112 | 111 | ||
| 113 | (defface eshell-ls-executable | 112 | (defface eshell-ls-executable |
| 114 | '((((class color) (background light)) (:foreground "ForestGreen" :weight bold)) | 113 | '((((class color) (background light)) (:foreground "ForestGreen" :weight bold)) |