From: Stefan Kangas Date: Wed, 3 Nov 2021 22:23:02 +0000 (+0100) Subject: Improve theming of image-dired-thumb-mark X-Git-Tag: emacs-29.0.90~3671^2~260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77dee1809d71ec6b280dfef16921cc62befe7945;p=emacs.git Improve theming of image-dired-thumb-mark * etc/themes/adwaita-theme.el (adwaita): * etc/themes/deeper-blue-theme.el (deeper-blue): * etc/themes/dichromacy-theme.el (dichromacy): * etc/themes/leuven-theme.el (leuven): * etc/themes/manoj-dark-theme.el (manoj-dark): * etc/themes/whiteboard-theme.el (whiteboard): Add definitions for the 'image-dired-thumb-flagged' face. --- diff --git a/etc/themes/adwaita-theme.el b/etc/themes/adwaita-theme.el index d4a95d8a5b3..7d297df5260 100644 --- a/etc/themes/adwaita-theme.el +++ b/etc/themes/adwaita-theme.el @@ -97,6 +97,7 @@ default look of the Gnome 3 desktop.") `(gnus-cite-2 ((,class (:foreground "#0084C8")))) `(image-dired-thumb-mark ((,class (:background "#CE5C00")))) + `(image-dired-thumb-flagged ((,class (:background "#B50000")))) `(diff-added ((,class (:bold t :foreground "#4E9A06")))) `(diff-removed ((,class (:bold t :foreground "#F5666D")))))) diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el index 6a3a4754611..5895693386c 100644 --- a/etc/themes/deeper-blue-theme.el +++ b/etc/themes/deeper-blue-theme.el @@ -82,6 +82,7 @@ `(ido-first-match ((,class (:weight normal :foreground "orange")))) `(ido-only-match ((,class (:foreground "green")))) `(ido-subdir ((,class (:foreground nil :inherit font-lock-keyword-face)))) + `(image-dired-thumb-flagged ((,class (:background "Red1")))) `(image-dired-thumb-mark ((,class (:background "dodgerblue3")))) `(info-header-node ((,class (:foreground "DeepSkyBlue1")))) `(info-header-xref ((,class (:foreground "SeaGreen2")))) diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el index fc00c60767f..148ebd434cd 100644 --- a/etc/themes/dichromacy-theme.el +++ b/etc/themes/dichromacy-theme.el @@ -101,6 +101,8 @@ Ansi-Color faces are included.") `(gnus-header-subject ((,class (:foreground ,orange)))) `(gnus-header-name ((,class (:foreground ,skyblue)))) `(gnus-header-newsgroups ((,class (:foreground ,vermillion)))) + ;; Image-Dired + `(image-dired-thumb-flagged ((,class (:background ,vermillion)))) `(image-dired-thumb-mark ((,class (:background ,orange)))) ;; Message faces `(message-header-name ((,class (:foreground ,skyblue)))) diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el index d2f80ba9230..514384ca2af 100644 --- a/etc/themes/leuven-theme.el +++ b/etc/themes/leuven-theme.el @@ -632,7 +632,8 @@ more...") `(ilog-echo-face ((,class (:height 2.0 :foreground "#006FE0")))) `(ilog-load-face ((,class (:foreground "#BA36A5")))) `(ilog-message-face ((,class (:foreground "#808080")))) - `(image-dired-thumb-mark ((,class :background ,marked-line))) + `(image-dired-thumb-flagged ((,class (:background "red")))) + `(image-dired-thumb-mark ((,class :background "#FFAAAA"))) `(indent-guide-face ((,class (:foreground "#D3D3D3")))) `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box (:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background "LightSteelBlue1")))) `(info-header-node ((,class (:underline t :foreground "orange")))) ; nodes in header diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index 7f5184147ad..f10b88507e3 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el @@ -221,6 +221,7 @@ jarring angry fruit salad look to reduce eye fatigue.") '(gnus-group-news-low-empty ((t (:foreground "DarkTurquoise")))) '(gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise")))) + ;; '(image-dired-thumb-flagged ((t (:background "red")))) ;; '(image-dired-thumb-mark ((t (:background "Pink")))) ;;message faces diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el index d2ce10ee683..9cf8e7dfc93 100644 --- a/etc/themes/whiteboard-theme.el +++ b/etc/themes/whiteboard-theme.el @@ -63,6 +63,7 @@ `(ido-first-match ((,class (:weight normal :foreground "DarkOrange3")))) `(ido-only-match ((,class (:foreground "SeaGreen4")))) `(ido-subdir ((,class (:foreground nil :inherit font-lock-keyword-face)))) + `(image-dired-thumb-flagged ((,class :background "Red1"))) `(image-dired-thumb-mark ((,class :background "dodgerblue3"))) `(info-header-node ((,class (:foreground "DeepSkyBlue1")))) `(info-header-xref ((,class (:foreground "SeaGreen2"))))