Skip to content

Commit

Permalink
highlight-indentation faces
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf authored and syl20bnr committed Jun 4, 2013
1 parent e71e4b2 commit 6ab30f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solarized.el
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,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))))
Expand Down

0 comments on commit 6ab30f7

Please sign in to comment.