summaryrefslogtreecommitdiff
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index d527f3d..31518e1 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -30,6 +30,18 @@
'(org-agenda-date ((t (:inherit default))))
'(org-scheduled ((t (:inherit font-lock-string-face))))
'(org-agenda-calendar-event ((t (:inherit font-lock-function-name-face))))
+ '(gnus-group-mail-1-empty ((t (:inherit font-lock-string-face))))
+ '(gnus-group-mail-2-empty ((t (:inherit font-lock-function-name-face))))
+ '(gnus-group-mail-3-empty ((t (:inherit font-lock-type-face))))
+ '(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight semi-bold))))
+ '(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight semi-bold))))
+ '(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight semi-bold))))
+ '(gnus-subject ((t (:inherit font-lock-doc-face))))
+ '(gnus-button ((t (:inherit default))))
+ '(gnus-cite-1 ((t (:inherit font-lock-function-name-face))))
+ '(gnus-cite-2 ((t (:inherit font-lock-string-face))))
+ '(gnus-header-name ((t (:inherit font-lock-constant-face))))
+ '(gnus-header-content ((t (:inherit default))))
;; Darken a bit (was gray40).
'(font-lock-keyword-face ((t (:foreground "gray33")))))