Flesh out tabline fill

This commit is contained in:
Iron_E 2020-11-18 12:46:55 -05:00
parent c58fdff4ec
commit 16eb961852
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 3 additions and 2 deletions

View File

@ -292,7 +292,7 @@ local highlight_groups = {
--[[ 4.2.2. Separators]]
VertSplit = {fg=white},
TabLine = {bg=gray_darker, fg=FG},
TabLineFill = 'NonText',
TabLineFill = {bg=black, fg=gray_darker},
TabLineSel = {bg=BG, fg=FG},
Title = {style='bold'},
@ -716,6 +716,7 @@ local highlight_groups = {
BufferInactiveTarget = 'BufferVisibleTarget',
BufferTabpages = {bg=FG, fg=gray_dark, style='bold'},
BufferTabpageFill = 'TabLineFill',
BufferVisible = 'TabLine',
BufferVisibleMod = {bg=gray_darker, fg=white, style='italic'},