branch: externals/aircon-theme commit 2424972afce2fc1356603355e74bce438df83c64 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Adjust some dired and eshell faces --- aircon-theme.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/aircon-theme.el b/aircon-theme.el index 94b46103af..a50aaa0e0d 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -214,21 +214,21 @@ '(dired-directory ((t (:inherit (aircon-cello bold))))) '(dired-header ((t (:inherit (dired-directory))))) - '(dired-symlink ((t (:inherit (aircon-eden))))) - '(dired-broken-symlink ((t (:inherit (aircon-brick))))) + '(dired-symlink ((t (:inherit (italic link))))) + '(dired-broken-symlink ((t (:inherit (aircon-brick dired-symlink))))) '(dired-ignored ((t (:inherit (shadow))))) '(dired-mark ((t (:inherit (aircon-mango) :background "#ffffff")))) '(dired-marked ((t (:inherit (aircon-mango))))) '(dired-flagged ((t (:inherit (aircon-blush))))) - '(eshell-ls-archive ((t (:inherit aircon-hibiscus)))) - '(eshell-ls-backup ((t (:inherit shadow)))) - '(eshell-ls-directory ((t (:inherit aircon-cello)))) - '(eshell-ls-executable ((t (:inherit aircon-goblin)))) - '(eshell-ls-missing ((t (:inherit error)))) + '(eshell-ls-archive ((t (:inherit aircon-cello)))) + '(eshell-ls-backup ((t (:inherit dired-ignored)))) + '(eshell-ls-directory ((t (:inherit dired-directory)))) + '(eshell-ls-executable ((t (:inherit aircon-hibiscus)))) + '(eshell-ls-missing ((t (:inherit dired-broken-symlink)))) '(eshell-ls-readonly ((t (:inherit aircon-sandstone)))) - '(eshell-ls-symlink ((t (:inherit aircon-eden)))) - '(eshell-prompt ((t (:inherit aircon-cello)))) + '(eshell-ls-symlink ((t (:inherit dired-symlink)))) + '(eshell-prompt ((t (:inherit minibuffer-prompt)))) '(ansi-color-black ((t (:foreground "#000000")))) '(ansi-color-white ((t (:foreground "#ffffff"))))