summaryrefslogtreecommitdiff
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-20 22:37:32 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-30 16:09:51 -0500
commitc87e65fe389b2598a133aa794dfe0fc58abc4731 (patch)
treea5b84d936ccb72a03e5c3b4113f087db16e1ab7e /lisp/init-appearance.el
parentfb408b3295fb09a489448cfced7c96c14fa30e1b (diff)
downloademacs.d-c87e65fe389b2598a133aa794dfe0fc58abc4731.tar.gz
Modify gnus faces for stekene-light theme
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")))))