Skip to content

Commit

Permalink
Add underline to inactive statusline
Browse files Browse the repository at this point in the history
roosta committed Jun 26, 2016
1 parent 1509f6f commit d0cc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/srcery.vim
Original file line number Diff line number Diff line change
@@ -213,7 +213,7 @@ call s:HL('IncSearch', s:black, s:yellow)
call s:HL('Underlined', s:blue, s:none, s:underline)

call s:HL('StatusLine', s:white, s:bright_black)
call s:HL('StatusLineNC', s:gray, s:black)
call s:HL('StatusLineNC', s:gray, s:black, s:underline)

" The column separating vertically split windows
call s:HL('VertSplit', s:white, s:black)

0 comments on commit d0cc263

Please sign in to comment.