commit 9fd07d76e4afd1d18b2fb72fb9a696f5a52dad52
parent 7328021ed43c342aced707bf19222a730736af48
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 23 Oct 2012 09:56:51 +0200
issue #45 - make hl-line-mode face change correctly when switching between zenburn and solarized themes.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -418,7 +418,8 @@
`(highlight-changes-delete ((,class (:foreground ,red :underline t))))
;; hl-line-mode
- `(hl-line-face ((,class (:background ,solarized-bg))))
+ `(hl-line ((,class (:background ,solarized-hl))))
+ `(hl-line-face ((,class (:background ,solarized-hl))))
;; ido-mode
`(ido-first-match ((,class (:foreground ,green :weight bold))))