From 87d4758e7ecc8ed873f3326e4f8b185fd2b9da0a Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 30 Oct 2018 18:44:49 +0100 Subject: [PATCH] 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'. --- solarized.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/solarized.el b/solarized.el index 8e526de..3814661 100644 --- a/solarized.el +++ b/solarized.el @@ -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