Theme outline-minor-faces

Unlike `outline-mode', `outline-minor-mode' does not change
the appearance of headings to look different from comments.

The `outline-minor-faces' package defined faces `outline-minor-N',
which inherit from the respective `outline-N' faces and arranges
for them to be used in `outline-minor-mode'.
This commit is contained in:
Jonas Bernoulli 2018-10-30 18:44:49 +01:00 committed by Bozhidar Batsov
parent bd845f104a
commit 87d4758e7e

View file

@ -1782,6 +1782,11 @@ customize the resulting theme."
`(outline-6 ((,class (:inherit ,s-variable-pitch :foreground ,green))))
`(outline-7 ((,class (:inherit ,s-variable-pitch :foreground ,red))))
`(outline-8 ((,class (:inherit ,s-variable-pitch :foreground ,blue))))
;;;;; outline-minor-faces
`(outline-minor-0 ((,class (:weight bold :background ,s-base2))))
`(outline-minor-1
((,class (:inherit (outline-minor-0 outline-1)
:background ,(solarized-color-blend s-base3 yellow .9)))))
;;;;; paren-face
`(paren-face ((,class (:foreground ,base01))))
;;;;; perspective