From e90f9ea45ea1c5dfc69567265a14c651b1926630 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 5 Feb 2020 22:30:21 +0100 Subject: Customize some Gnus faces --- eighters-theme.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index b6e1d70..c1bbdfa 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -118,6 +118,11 @@ '(font-latex-script-char-face ((t (:inherit (shadow))))) '(font-latex-sectioning-5-face ((t (:inherit (variable-pitch font-lock-function-name-face))))) '(font-latex-verbatim-face ((t (:inherit (tex-verbatim))))) + '(gnus-summary-canceled ((t (:inherit (highlight shadow))))) + '(gnus-summary-normal-ancient ((t (:inherit (shadow))))) + '(gnus-summary-normal-read ((t (:inherit (shadow))))) + '(gnus-summary-normal-unread ((t (:inherit (bold))))) + '(gnus-summary-selected ((t (:inherit (highlight))))) '(diff-hl-insert ((t (:inherit (diff-indicator-added highlight))))) '(diff-hl-delete ((t (:inherit (diff-indicator-removed highlight))))) '(diff-hl-change ((t (:inherit (diff-indicator-changed highlight))))) -- cgit v1.2.3