]> git.eshelyaron.com Git - emacs.git/commitdiff
Add gnus-group-* faces.
authorTassilo Horn <tsdh@gnu.org>
Fri, 28 Mar 2014 08:59:06 +0000 (09:59 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 28 Mar 2014 08:59:06 +0000 (09:59 +0100)
* etc/themes/tsdh-light-theme.el (tsdh-light): Add gnus-group-* faces.

etc/ChangeLog
etc/themes/tsdh-light-theme.el

index bb139e601c4258d4a3f35f48d401c04cd445299e..9ad3b80990076ff5578906b52a8fb3af9da2ecbb 100644 (file)
@@ -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
index 6f6dae057813237ad0a9dc2dc44e6202bd98182d..7036ce45b34a4743e144b6034743648ddd9cbc42 100644 (file)
@@ -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"))))