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:
Sanchayan Maity 2022-01-22 13:44:43 +05:30
parent 0f2e1d3d1e
commit 42a3680d87
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ local highlight_groups = {
--[[ 4.2... Editor UI ]]
--[[ 4.2.1. Status Line]]
StatusLine = {bg=black, fg=warmgrey, style='inverse'},
StatusLineNC = {bg=black, fg=darkgrey, style='inverse'},
StatusLine = {bg=black, fg=warmgrey, style=NONE},
StatusLineNC = {bg=black, fg=darkgrey, style=NONE},
StatusLineTerm = 'StatusLine' ,
StatusLineTermNC = 'StatusLineNC',