mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 10:18:25 -05:00
neovim: fix bufferline TablineFill color
It was called twice.
This commit is contained in:
parent
a0ca5c25b6
commit
faaf42a125
@ -263,8 +263,8 @@ local function highlight_plugins()
|
|||||||
hi('GitSignsDeleteNr', c.red , '', '', '')
|
hi('GitSignsDeleteNr', c.red , '', '', '')
|
||||||
|
|
||||||
-- BufferLine
|
-- BufferLine
|
||||||
hi('BufferLineIndicatorSelected', c.black, '', '', '')
|
hi('BufferLineIndicatorSelected', c.cyan, '', '', '')
|
||||||
hi('BufferLineFill', c.black, '', '', '')
|
hi('BufferLineFill', c.grey1, c.grey1, '', '')
|
||||||
|
|
||||||
-- Dashboard
|
-- Dashboard
|
||||||
hi('DashboardHeader' , c.cyan , '', 'bold' , '')
|
hi('DashboardHeader' , c.cyan , '', 'bold' , '')
|
||||||
|
@ -17,14 +17,5 @@ return require('bufferline').setup {
|
|||||||
{filetype = 'packer', text = 'Packer', text_align = 'left'}
|
{filetype = 'packer', text = 'Packer', text_align = 'left'}
|
||||||
},
|
},
|
||||||
separator_style = 'thin'
|
separator_style = 'thin'
|
||||||
},
|
|
||||||
|
|
||||||
highlights = {
|
|
||||||
fill = {
|
|
||||||
guibg = {
|
|
||||||
attribute = 'bg',
|
|
||||||
highlight = 'TabLineFill'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user