From 82a863c134dcab10ec1049272caf5d14557994fc Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 28 Mar 2014 09:59:06 +0100 Subject: [PATCH] Add gnus-group-* faces. * etc/themes/tsdh-light-theme.el (tsdh-light): Add gnus-group-* faces. --- etc/ChangeLog | 4 ++++ etc/themes/tsdh-light-theme.el | 13 ++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index bb139e601c4..9ad3b809900 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-03-28 Tassilo Horn + + * themes/tsdh-light-theme.el (tsdh-light): Add gnus-group-* faces. + 2014-03-22 Glenn Morris * CENSORSHIP, GNU, LINUX-GNU, THE-GNU-PROJECT, WHY-FREE: Replace diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el index 6f6dae05781..7036ce45b34 100644 --- a/etc/themes/tsdh-light-theme.el +++ b/etc/themes/tsdh-light-theme.el @@ -35,7 +35,18 @@ Used and created by Tassilo Horn.") '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) '(gnus-button ((t (:inherit button)))) '(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold)))) - '(header-line ((t (:inherit mode-line :inverse-video t)))) + '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold)))) + '(gnus-group-mail-1-empty ((t (:foreground "DodgerBlue4")))) + '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight bold)))) + '(gnus-group-mail-2-empty ((t (:foreground "DodgerBlue3")))) + '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold)))) + '(gnus-group-mail-3-empty ((t (:foreground "DodgerBlue2")))) + '(gnus-group-news-1 ((t (:inherit gnus-group-news-1-empty :weight bold)))) + '(gnus-group-news-1-empty ((t (:foreground "tomato4")))) + '(gnus-group-news-2 ((t (:inherit gnus-group-news-2-empty :weight bold)))) + '(gnus-group-news-2-empty ((t (:foreground "tomato3")))) + '(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold)))) + '(gnus-group-news-3-empty ((t (:foreground "tomato2")))) '(header-line ((t (:inherit mode-line :inverse-video t)))) '(hl-line ((t (:background "grey95")))) '(minibuffer-prompt ((t (:background "yellow" :foreground "medium blue" :box (:line-width -1 :color "red" :style released-button) :weight bold)))) '(mode-line ((t (:background "wheat" :foreground "black" :box (:line-width 1 :color "tan") :family "DejaVu Sans")))) -- 2.39.2