Mercurial > hg > xemacs-beta
comparison lisp/efs/dired-faces.el @ 138:6608ceec7cf8 r20-2b3
Import from CVS: tag r20-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:46 +0200 |
parents | 869e1851236b |
children |
comparison
equal
deleted
inserted
replaced
137:cae984061f40 | 138:6608ceec7cf8 |
---|---|
55 (t (:bold t))) | 55 (t (:bold t))) |
56 "Face used for setuid executables." | 56 "Face used for setuid executables." |
57 :group 'dired) | 57 :group 'dired) |
58 | 58 |
59 (defface dired-face-boring '((((class color)) | 59 (defface dired-face-boring '((((class color)) |
60 (:foreground "Grey")) | 60 (:foreground "Gray65")) |
61 (((class grayscale)) | 61 (((class grayscale)) |
62 (:foreground "Grey"))) | 62 (:foreground "Gray65"))) |
63 "Face used for unimportant files." | 63 "Face used for unimportant files." |
64 :group 'dired) | 64 :group 'dired) |
65 | 65 |
66 (defface dired-face-permissions '((t (:background "grey75" | 66 (defface dired-face-permissions '((t (:background "grey75" |
67 :foreground "black"))) | 67 :foreground "black"))) |