branch: externals/doric-themes commit 01baf509b05b8fbb16faefc6363d5aa3c8cc465b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add magit-section-heading to the doric-themes-bold-intense-faces (see commit 136c776) --- doric-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index f68ef40a06..271b2af288 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -997,6 +997,7 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." '(git-commit-comment-heading git-commit-summary log-edit-header + magit-section-heading markdown-metadata-key-face package-help-section-name)) @@ -1501,7 +1502,6 @@ default a generic text that mentions the BACKGROUND-MODE." `(magit-diff-hunk-heading-highlight ((t :inherit bold :background ,bg-neutral))) `(magit-diff-hunk-heading-selection ((t :inherit bold :background ,bg-accent))) `(magit-diff-lines-heading ((t :background ,fg-shadow-subtle :foreground ,bg-main))) - `(magit-section-heading ((t :inherit bold))) `(magit-section-heading-selection ((t :inherit bold :background ,bg-accent))) `(magit-section-highlight ((t :background ,bg-shadow-subtle)))