branch: elpa/cyberpunk-theme
commit 61162710163a1f89db172cd96e8e0092e819f52b
Author: Winston Weinert <[email protected]>
Commit: Winston Weinert <[email protected]>

    Add tweaks to dired and dired+
---
 cyberpunk-theme.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 1b3747a..45eaf2f 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -821,6 +821,13 @@
 
    ;; info
    `(Info-quoted ((,class (:inherit fixed-pitch-serif :foreground 
,cyberpunk-pink))))
+
+   ;; dired
+   `(dired-symlink-face ((,class (:foreground ,cyberpunk-pink))))
+
+   ;; dired+
+   `(diredp-symlink ((,class (:foreground ,cyberpunk-pink))))
+   `(diredp-compressed-file-suffix ((,class (:foreground ,cyberpunk-blue-1))))
    )
 
   ;;; custom theme variables

Reply via email to