commit 618e36f2d13f5965634b4b5bbb450024c477e5cf
parent f40fcd4773ff6714c38889f82dee8f033b0180f8
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 19 Jul 2013 15:18:36 +0200
add underline instead of box color for inactive mode line #71
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -251,10 +251,10 @@ customize the resulting theme."
`(mode-line-buffer-id ((,class (:foreground ,solarized-emph :weight bold))))
`(mode-line-inactive
((,class (:inverse-video unspecified
- :underline unspecified
+ :underline ,solarized-comments
:foreground ,solarized-comments
:background ,solarized-bg
- :box (:line-width 1 :color ,solarized-hl
+ :box (:line-width 1 :color ,solarized-bg
:style unspecified)))))
`(header-line
((,class (:inverse-video unspecified