branch: externals/ef-themes commit 2d8fad0787b5519502914d58c199c2e064fdd9a9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add tentative support for Gnus --- ef-themes.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index 952e3df2e5..37f95ee9f4 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -303,6 +303,13 @@ When called from Lisp, THEME is a symbol." `(git-rebase-comment-heading ((,c :inherit (bold font-lock-comment-face)))) `(git-rebase-description ((,c :foreground ,fg-main))) `(git-rebase-hash ((,c :foreground ,constant))) +;;;; gnus WORK-IN-PROGRESS + `(gnus-emphasis-highlight-words ((,c :background ,bg-alt :foreground ,warning))) + `(gnus-header-content ((,c :inherit message-header-other))) + `(gnus-header-from ((,c :inherit message-header-to :underline nil))) + `(gnus-header-name ((,c :inherit message-header-name))) + `(gnus-header-newsgroups ((,c :inherit message-header-newsgroups))) + `(gnus-header-subject ((,c :inherit message-header-subject))) ;;;; isearch, occur, and the like `(isearch ((,c :background ,bg-yellow :foreground ,fg-intense))) `(isearch-fail ((,c :background ,bg-red :foreground ,fg-intense)))