diff options
| -rw-r--r-- | .emacs.d/eighters-theme.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index aa26c5b..c5baf1b 100644 --- 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)))) |
