mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Add gnus-group-* faces.
* etc/themes/tsdh-light-theme.el (tsdh-light): Add gnus-group-* faces.
This commit is contained in:
parent
06940bd081
commit
82a863c134
@ -1,3 +1,7 @@
|
||||
2014-03-28 Tassilo Horn <tsdh@gnu.org>
|
||||
|
||||
* themes/tsdh-light-theme.el (tsdh-light): Add gnus-group-* faces.
|
||||
|
||||
2014-03-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* CENSORSHIP, GNU, LINUX-GNU, THE-GNU-PROJECT, WHY-FREE: Replace
|
||||
|
@ -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"))))
|
||||
|
Loading…
Reference in New Issue
Block a user