nvim: yolokai: Remove style for statusline
This fixes the weird color artifact where the vertical split would meet the statusline.
This commit is contained in:
parent
0f2e1d3d1e
commit
42a3680d87
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.2... Editor UI ]]
|
--[[ 4.2... Editor UI ]]
|
||||||
--[[ 4.2.1. Status Line]]
|
--[[ 4.2.1. Status Line]]
|
||||||
StatusLine = {bg=black, fg=warmgrey, style='inverse'},
|
StatusLine = {bg=black, fg=warmgrey, style=NONE},
|
||||||
StatusLineNC = {bg=black, fg=darkgrey, style='inverse'},
|
StatusLineNC = {bg=black, fg=darkgrey, style=NONE},
|
||||||
StatusLineTerm = 'StatusLine' ,
|
StatusLineTerm = 'StatusLine' ,
|
||||||
StatusLineTermNC = 'StatusLineNC',
|
StatusLineTermNC = 'StatusLineNC',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue