solarized-emacs

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

commit f0df241563c9d94b17f77357f15a2b405cbdd40a
parent b51d4f43fa5b814fd2de1f9348888c733af89b1c
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon,  9 Mar 2020 22:16:43 +0100

add fold-this color

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -633,6 +633,8 @@ ((,(append '((supports :underline (:style wave))) class) (:underline (:style wave :color ,red) :inherit unspecified)) (,class (:foreground ,red :weight bold :underline t)))) +;;;;; fold-this + `(fold-this-overlay ((,class (:inherit default :foreground ,violet)))) ;;;;; form-feed `(form-feed-line ((,class (:strike-through ,s-line))))