emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/aircon-theme 2424972afc 38/58: Adjust some dired and es


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 2424972afc 38/58: Adjust some dired and eshell faces
Date: Thu, 9 Jun 2022 04:57:30 -0400 (EDT)

branch: externals/aircon-theme
commit 2424972afce2fc1356603355e74bce438df83c64
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]