branch: externals/modus-themes commit 1725bfd1ed2b621349d80682c7fa5529ccfb7cba Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Refine support for forge --- modus-themes.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modus-themes.el b/modus-themes.el index 60923240d0..5fe78e4f6c 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2445,16 +2445,17 @@ FG and BG are the main colors." `(forge-issue-open (( ))) `(forge-issue-unplanned ((,c :inherit shadow :strike-through t))) `(forge-post-author ((,c :inherit bold :foreground ,name))) - `(forge-post-date ((,c :foreground ,date-common))) + `(forge-post-date ((,c :inherit bold :foreground ,date-common))) `(forge-pullreq-merged ((,c :foreground ,fg-alt))) `(forge-pullreq-open ((,c :foreground ,info))) `(forge-pullreq-rejected ((,c :foreground ,err :strike-through t))) - `(forge-topic-done (( ))) - `(forge-topic-pending ((,c :inherit italic :foreground ,prose-todo))) + `(forge-topic-done ((,c :foreground ,info))) + `(forge-topic-pending ((,c :foreground ,warning))) `(forge-topic-slug-completed ((,c :inherit shadow))) `(forge-topic-slug-open ((,c :inherit shadow))) `(forge-topic-slug-saved ((,c :inherit success))) `(forge-topic-slug-unplanned ((,c :inherit shadow :strike-through t))) + `(forge-topic-unread ((,c :inherit bold))) ;;;;; geiser `(geiser-font-lock-autodoc-current-arg ((,c :inherit bold :background ,bg-active-argument :foreground ,fg-active-argument))) `(geiser-font-lock-autodoc-identifier ((,c :foreground ,docstring)))