commit 542be243e489aad247effeb7c7a323cf456bd67f
parent 01838a2a8e292d9be6bf5e282cbc5d16bbb3c46c
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 21 Jun 2023 20:01:31 +0200
Bring shortdoc headings into the fold
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
@@ -427,6 +427,7 @@
`(sh-heredoc ((t (:background ,bg-hl-dimmer :extend t :inherit fixed-pitch-serif))))
`(sh-quoted-exec ((t (:background ,bg-hl-dim :inherit fixed-pitch-serif))))
`(shadow ((t (:foreground ,fg-dimmer))))
+ `(shortdoc-heading ((t (:inherit eighters-title-1))))
`(show-paren-match ((t (:foreground ,fg-cyan :inverse-video t))))
`(show-paren-mismatch ((t (:foreground ,fg-red :inverse-video t))))
`(success ((t (:foreground ,fg-blue :weight bold))))