nvim: colors/yolokai: Use WinSeparator instead of VertSplit

This commit is contained in:
Sanchayan Maity 2022-12-12 16:23:50 +05:30
parent 0c7d4372d1
commit 0e7b1fd4bd
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ local highlight_groups = {
StatusLineTermNC = 'StatusLineNC',
--[[ 4.2.2. Separators]]
VertSplit = { bg=darkblack, fg=darkgrey },
WinSeparator= { bg=darkblack, fg=darkgrey },
TabLine = { bg=darkblack, fg=white },
TabLineFill = { fg=white },
TabLineSel = { bg=darkgrey, fg=white, style='inverse' },