branch: elpa/ujelly-theme
commit e448c74edbf2f14d1265e48933ec4571f4362174
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
customize face for diredp-rare-priv
---
ujelly-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index ab544c4..3aa236c 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -42,6 +42,7 @@
`(diredp-link-priv ((,class (:foreground ,ujelly-green-2))))
`(diredp-number ((,class (:foreground ,ujelly-fg))))
`(diredp-no-priv ((,class (:foreground ,ujelly-fg :background nil))))
+ `(diredp-rare-priv ((,class (:foreground ,ujelly-red-0 :background
nil))))
`(diredp-read-priv ((,class (:foreground ,ujelly-green-2 :background
nil))))
`(diredp-symlink ((,class (:foreground ,ujelly-red-1))))
`(diredp-write-priv ((,class (:foreground ,ujelly-green-2 :background
nil))))