diff --git a/nvim/.config/nvim/colors/yolokai.vim b/nvim/.config/nvim/colors/yolokai.vim index f689922..13ac6b7 100644 --- a/nvim/.config/nvim/colors/yolokai.vim +++ b/nvim/.config/nvim/colors/yolokai.vim @@ -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',