Closed gcollazo closed 11 years ago
Made the color darker from #F8F8F0 to #999999. The reason is that when highlight_line is set to true the text can't be read while you are typing it. I've seen the issue on JSON files.
highlight_line
true
Before
After
Nice find, but then it becomes hard to read when you're NOT hovering over it.
I made it even a little more darker so it's readable in both states.
That works, thanks!
Made the color darker from #F8F8F0 to #999999. The reason is that when
highlight_line
is set totrue
the text can't be read while you are typing it. I've seen the issue on JSON files.Before
After