diff options
author | jao <jao@gnu.org> | 2021-07-08 01:46:07 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-07-08 01:46:07 +0100 |
commit | 6c1ad29239091c29f8e71847b7d9e14795de0d52 (patch) | |
tree | e4472df2dff8bd98c7c6d42c5f2f5d64a9011d32 /lib/themes | |
parent | 55b2bafb0ee7f16acfb83d1f09cca524791824d0 (diff) | |
download | elibs-6c1ad29239091c29f8e71847b7d9e14795de0d52.tar.gz elibs-6c1ad29239091c29f8e71847b7d9e14795de0d52.tar.bz2 |
nits
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 1 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index f2b9902..1ecff6a 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -133,5 +133,6 @@ (warning (c "burlywood4")))) ;; (enable-theme 'jao-light) +;; (jao-minibuffer-adjust-mode-line-faces) (provide 'jao-light-theme) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 3e4fb56..b8b93f9 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -984,6 +984,12 @@ (rst-level-8-face (~ outline-8))) `((secondary-selection (p hilite) ex) (sh-quoted-exec (p f00)) + (shr-h1 (p outline-1)) + (shr-h2 (p outline-2)) + (shr-h3 (p outline-3)) + (shr-h4 (p outline-4)) + (shr-h5 (p outline-5)) + (shr-h6 (p outline-6)) (shr-link (p link)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) |