]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve theming of image-dired-thumb-mark
authorStefan Kangas <stefan@marxist.se>
Wed, 3 Nov 2021 07:21:26 +0000 (08:21 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 3 Nov 2021 07:22:29 +0000 (08:22 +0100)
* 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-mark' face.

etc/themes/adwaita-theme.el
etc/themes/deeper-blue-theme.el
etc/themes/dichromacy-theme.el
etc/themes/leuven-theme.el
etc/themes/manoj-dark-theme.el
etc/themes/whiteboard-theme.el

index c98bec6cfa59d20bcf6e2caf1c13156ae869fae4..d4a95d8a5b34a5d79840288c29566584101ffa3d 100644 (file)
@@ -96,6 +96,8 @@ default look of the Gnome 3 desktop.")
    `(gnus-cite-1 ((,class (:foreground "#00578E"))))
    `(gnus-cite-2 ((,class (:foreground "#0084C8"))))
 
+   `(image-dired-thumb-mark ((,class (:background "#CE5C00"))))
+
    `(diff-added ((,class (:bold t :foreground "#4E9A06"))))
    `(diff-removed ((,class (:bold t :foreground "#F5666D"))))))
 
index cfe8a5bfb28d7a3c5d6f26610bf330fdcba90bf8..6a3a47546117d6661847d305471afbdb3ee22128 100644 (file)
@@ -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-mark ((,class (:background "dodgerblue3"))))
    `(info-header-node ((,class (:foreground "DeepSkyBlue1"))))
    `(info-header-xref ((,class (:foreground "SeaGreen2"))))
    `(info-menu-header ((,class (:family "helv" :weight bold))))
index c59b24bef50e8a1fb9e2d34485d019b207edf51c..fc00c60767f91ad823524d85be7d85dc557b9544 100644 (file)
@@ -101,6 +101,7 @@ 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-thumb-mark ((,class (:background ,orange))))
    ;; Message faces
    `(message-header-name ((,class (:foreground ,skyblue))))
    `(message-header-cc ((,class (:foreground ,vermillion))))
index 95ec303f706048a83fc36b9a8a4a3ec756f1bfd6..d2f80ba92304594ccf19e21c3e9949ae8553ca3b 100644 (file)
@@ -632,6 +632,7 @@ 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)))
    `(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
index 0e5fb3911987981d5ba66fd5fe8e7dad30d652c3..7f5184147adb7ac9e37a515a6176a8cdb7184a85 100644 (file)
@@ -221,6 +221,8 @@ 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-mark ((t (:background "Pink"))))
+
  ;;message faces
  '(message-cited-text ((t (:foreground "red3"))))
  '(message-header-cc ((t (:bold t :foreground "chartreuse1" :weight bold))))
index 729c082a331d6688cda4777cb8cda6ff71b956d4..d2ce10ee683b5090152e90dc05f2bd5b456b6f38 100644 (file)
@@ -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-mark ((,class :background "dodgerblue3")))
    `(info-header-node ((,class (:foreground "DeepSkyBlue1"))))
    `(info-header-xref ((,class (:foreground "SeaGreen2"))))
    `(info-menu-header ((,class (:family "helv" :weight bold))))