Colour directories and symlinks to match usual `ls' preferences. Don't
highlight group-writable permissions.
It's a shame that we can't highlight other things like executable
files. Oh, well.
(mdw-define-face comint-highlight-input
(t nil))
(mdw-define-face comint-highlight-input
(t nil))
+(mdw-define-face dired-directory
+ (t :foreground "cyan" :weight bold))
+(mdw-define-face dired-symlink
+ (t :foreground "cyan"))
+(mdw-define-face dired-perm-write
+ (t nil))
+
(mdw-define-face trailing-whitespace
(((class color)) :background "red")
(t :inverse-video t))
(mdw-define-face trailing-whitespace
(((class color)) :background "red")
(t :inverse-video t))