solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 87d4758e7ecc8ed873f3326e4f8b185fd2b9da0a
parent bd845f104a97e14ec42b706f40680959a0e6a5a7
Author: Jonas Bernoulli <jonas@bernoul.li>
Date:   Tue, 30 Oct 2018 18:44:49 +0100

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'.

Diffstat:
Msolarized.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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