solarized-emacs

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

commit 4ebb6e8612a6cdc08a36250cb7e5165ff9a15713
parent 640bc9269fc2716f416a3ee12a5ec6298573b6b4
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 31 May 2013 20:20:26 +0200

highlight-indentation faces

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

diff --git a/solarized.el b/solarized.el @@ -598,6 +598,10 @@ `(highlight-changes ((,class (:foreground ,orange)))) `(highlight-changes-delete ((,class (:foreground ,red :underline t)))) + ;; highlight-indentation + `(highlight-indentation-face ((,class (:background ,solarized-hl)))) + `(highlight-indentation-current-column-face((,class (:background ,solarized-hl)))) + ;; hl-line-mode `(hl-line ((,class (:background ,solarized-hl)))) `(hl-line-face ((,class (:background ,solarized-hl))))