commit 0000c81308bc569249b8180ac59910ddcf5923f4
parent 3c4aeeef3a2dde9c48482f4594a4fedd8712976b
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 8 Jan 2023 18:34:05 +0100
Tune Gnus group & server faces
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
@@ -153,6 +153,20 @@
`(font-lock-variable-name-face ((t (:foreground ,fg-yellow))))
`(font-lock-warning-face ((t (:inherit warning))))
`(fringe ((t (:background ,bg-hl-dimmer))))
+ `(gnus-group-mail-1 ((t (:foreground ,fg-yellow :weight bold))))
+ `(gnus-group-mail-1-empty ((t (:foreground ,fg-yellow-dim))))
+ `(gnus-group-mail-3 ((t (:foreground ,fg-green :weight bold))))
+ `(gnus-group-mail-3-empty ((t (:foreground ,fg-green-dim))))
+ `(gnus-group-mail-low ((t (:foreground ,fg-dim :weight bold))))
+ `(gnus-group-mail-low-empty ((t (:foreground ,fg-dimmer))))
+ `(gnus-group-news-3 ((t (:foreground ,fg-magenta :weight bold))))
+ `(gnus-group-news-3-empty ((t (:foreground ,fg-magenta-dim))))
+ `(gnus-server-closed ((t (:inherit shadow))))
+ `(gnus-server-cloud ((t (:foreground ,fg-dimmer))))
+ `(gnus-server-cloud-host ((t (:foreground ,fg-dim :underline t))))
+ `(gnus-server-denied ((t (:inherit error))))
+ `(gnus-server-offline ((t (:inherit error))))
+ `(gnus-server-opened ((t (:inherit success))))
`(header-line ((t (:background ,bg-hl :inherit eighters-ui))))
`(help-key-binding ((t (:background ,bg-hl-dimmer :foreground ,fg-magenta :inherit fixed-pitch-serif))))
`(highlight ((t (:background ,bg-hl-dim))))