branch: elpa/ujelly-theme
commit c961f198d2c3d0b1476542aec0080fcdf267391e
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add diredp faces
---
color-theme-ujelly.el | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/color-theme-ujelly.el b/color-theme-ujelly.el
index 23ee8f7..b3ac573 100644
--- a/color-theme-ujelly.el
+++ b/color-theme-ujelly.el
@@ -32,6 +32,16 @@
`(compilation-error ((t (:foreground ,ujelly-red-0))))
`(compilation-info ((t (:foreground ,ujelly-yellow-0))))
`(compilation-line-number ((t (:foreground ,ujelly-grey-0))))
+ `(diredp-date-time ((t (:foreground ,ujelly-fg))))
+ `(diredp-dir-heading ((t (:foreground ,ujelly-yellow-0))))
+ `(diredp-dir-priv ((t (:foreground ,ujelly-green-2))))
+ `(diredp-exec-priv ((t (:foreground ,ujelly-green-2))))
+ `(diredp-file-name ((t (:foreground ,ujelly-red-2))))
+ `(diredp-file-suffix ((t (:foreground ,ujelly-red-2))))
+ `(diredp-number ((t (:foreground ,ujelly-fg))))
+ `(diredp-no-priv ((t (:foreground ,ujelly-fg))))
+ `(diredp-read-priv ((t (:foreground ,ujelly-green-2))))
+ `(diredp-write-priv ((t (:foreground ,ujelly-green-2))))
`(erc-notice-face ((t (:foreground ,ujelly-yellow-0))))
`(erc-prompt-face ((t (:foreground ,ujelly-fg))))
`(erc-timestamp-face ((t (:foreground ,ujelly-purple-0))))