aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/image/image-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index 2c2f24be640..f4ae6e9bfda 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -361,7 +361,7 @@ This affects the following commands:
361 "Face for the directory name in the header line of the thumbnail buffer." 361 "Face for the directory name in the header line of the thumbnail buffer."
362 :version "29.1") 362 :version "29.1")
363 363
364(defface -image-dired-thumb-header-file-size 364(defface image-dired-thumb-header-file-size
365 '((((class color) (min-colors 88)) :foreground "cadet blue") 365 '((((class color) (min-colors 88)) :foreground "cadet blue")
366 (((class color) (min-colors 16)) :foreground "black") 366 (((class color) (min-colors 16)) :foreground "black")
367 (default :inherit header-line)) 367 (default :inherit header-line))