solarized-emacs

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

commit b10591c04d2d89e408fb0a869a57c79be254f994
parent 0174218d015b01ef52a4cc192002d04e337ac024
Author: Justin Burkett <justin@burkett.cc>
Date:   Thu,  1 Mar 2018 22:05:13 -0500

Add macrostep face

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

diff --git a/solarized.el b/solarized.el @@ -1330,6 +1330,8 @@ customize the resulting theme." `(lusty-file-face ((,class nil))) `(lusty-match-face ((,class (:inherit ido-first-match)))) `(lusty-slash-face ((,class (:foreground ,cyan :weight bold)))) +;;;;; macrostep + `(macrostep-expansion-highlight-face ((,class (:background ,base02)))) ;;;;; magit ;;;;;; headings and diffs `(magit-section-highlight ((t (:background ,base02))))