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

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

[nongnu] elpa/inkpot-theme a4b43b83fb 071/104: Add 'dired' mode colors m


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme a4b43b83fb 071/104: Add 'dired' mode colors matching Vim
Date: Thu, 7 Jul 2022 12:01:19 -0400 (EDT)

branch: elpa/inkpot-theme
commit a4b43b83fbc9c6c704e529519d2685d598066971
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add 'dired' mode colors matching Vim
---
 inkpot-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 2b3323d490..61c0de119b 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -184,6 +184,12 @@
    `(diff-refine-added ((t (:background ,ip-green-mid))))
    `(diff-refine-removed ((t (:background ,ip-red-dark+0.2))))
 
+   ;; dired-mode
+   `(dired-directory ((t (:foreground ,ip-green-bright))))
+   `(dired-header ((t (:foreground ,ip-orange-bright))))
+   `(dired-symlink ((t (:bold t :foreground ,ip-yellow-bright))))
+   `(dired-broken-symlink ((t (:bold t :foreground ,ip-yellow-bright 
:background ,ip-red-dark))))
+
    `(w3m-anchor ((t (:foreground ,ip-pink-dark))))
    `(info-xref ((t (:foreground ,ip-cyan-mid))))
    `(info-menu-star ((t (:foreground ,ip-cyan-mid))))



reply via email to

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