Mercurial > hg > xemacs-beta
diff lisp/efs/dired-faces.el @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | 8b8b7f3559a2 |
children |
line wrap: on
line diff
--- a/lisp/efs/dired-faces.el Mon Aug 13 08:55:32 2007 +0200 +++ b/lisp/efs/dired-faces.el Mon Aug 13 08:56:04 2007 +0200 @@ -16,7 +16,7 @@ (defgroup dired nil "Directory editing." - :group 'emacs) + :group 'environment) (defcustom dired-do-highlighting t "Set if we should use highlighting according to filetype." @@ -57,14 +57,14 @@ :group 'dired) (defface dired-face-boring '((((class color)) - (:foreground "Grey")) + (:foreground "Gray65")) (((class grayscale)) - (:foreground "Grey"))) + (:foreground "Gray65"))) "Face used for unimportant files." :group 'dired) -(defface dired-face-permissions '((t (:background "grey75") - (:foreground "black"))) +(defface dired-face-permissions '((t (:background "grey75" + :foreground "black"))) "Face used for interactive permissions." :group 'dired)