commit 67376b3c41000368d39b3100087f7fdbb7d4097b
parent ae25554f67863112d9c9943e7c2dae456819779a
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 13 Jan 2020 01:37:34 +0100
outline-minor-mode: fix always bright issue.
didn't work in dark mode.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1466,11 +1466,11 @@
`(outline-minor-0
((,class (,@(and (>= emacs-major-version 27) '(:extend t))
:weight bold
- :background ,s-base2))))
+ :background ,base02))))
`(outline-minor-1
((,class (,@(and (>= emacs-major-version 27) '(:extend t))
:inherit (outline-minor-0 outline-1)
- :background ,(solarized-color-blend s-base3 yellow .9)))))
+ :background ,(solarized-color-blend base03 yellow .9)))))
;;;;; paren-face
`(paren-face ((,class (:foreground ,base01))))
;;;;; perspective