diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-02-06 22:47:48 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-02-06 22:47:48 +0100 |
| commit | 5a2fdd469c9804d4d9ed992491e0036de5942cfb (patch) | |
| tree | a0a1bebf4c4e60812b1fd05eb9bd8c7d67ad195e /eighters-theme.el | |
| parent | e90f9ea45ea1c5dfc69567265a14c651b1926630 (diff) | |
| download | eighters-theme-5a2fdd469c9804d4d9ed992491e0036de5942cfb.tar.xz | |
Tweak Gnus faces some more
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index c1bbdfa..eee4f08 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -118,9 +118,9 @@ '(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-cancelled ((t (:strike-through t :inherit (shadow))))) + '(gnus-summary-normal-ancient ((t (:foreground "gray70")))) + '(gnus-summary-normal-read ((t (:foreground "gray70" :inherit (italic))))) '(gnus-summary-normal-unread ((t (:inherit (bold))))) '(gnus-summary-selected ((t (:inherit (highlight))))) '(diff-hl-insert ((t (:inherit (diff-indicator-added highlight))))) |
