Don’t let linum inherit the style of the text it’s near.

Fixes #118.
This commit is contained in:
Greg Pfeil 2015-01-06 21:51:24 -07:00
parent 05908ea088
commit f5ee3e616f
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(error (,@fmt-bold ,@fg-red)) ; Error
(escape-glyph-face (,@fg-red))
(fringe (,@fg-base01 ,@bg-base02))
(linum (,@fg-base01 ,@bg-base02))
(linum (,@fmt-none ,@fg-base01 ,@bg-base02))
(header-line (,@fg-base0 ,@bg-base02 ,@fmt-revbb)) ; Pmenu
(highlight (,@bg-base02))
(hl-line (:underline ,opt-under ,@bg-base02)) ; CursorLine