diff options
author | jao <jao@gnu.org> | 2021-07-23 00:28:43 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-07-23 23:02:05 +0100 |
commit | 32165482c63f3a772e843366154bc2461e21ad97 (patch) | |
tree | b52c63fd6ff7900e1f2ac8f6dffc07c3057d9903 | |
parent | 4b83ce0a7c303dd5dcece75b9401e8e778592fbc (diff) | |
download | elibs-32165482c63f3a772e843366154bc2461e21ad97.tar.gz elibs-32165482c63f3a772e843366154bc2461e21ad97.tar.bz2 |
themes: shortdoc faces
-rw-r--r-- | lib/themes/jao-themes.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index b8b93f9..bca8a05 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -984,6 +984,9 @@ (rst-level-8-face (~ outline-8))) `((secondary-selection (p hilite) ex) (sh-quoted-exec (p f00)) + (shortdoc-heading (p outline-1) nul) + (shortdoc-section (p outline-2)) + (shortdoc-separator (p dimm) st ex) (shr-h1 (p outline-1)) (shr-h2 (p outline-2)) (shr-h3 (p outline-3)) |