mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -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 , '', '', '')
|
||||
|
||||
-- BufferLine
|
||||
hi('BufferLineIndicatorSelected', c.black, '', '', '')
|
||||
hi('BufferLineFill', c.black, '', '', '')
|
||||
hi('BufferLineIndicatorSelected', c.cyan, '', '', '')
|
||||
hi('BufferLineFill', c.grey1, c.grey1, '', '')
|
||||
|
||||
-- Dashboard
|
||||
hi('DashboardHeader' , c.cyan , '', 'bold' , '')
|
||||
|
@ -17,14 +17,5 @@ return require('bufferline').setup {
|
||||
{filetype = 'packer', text = 'Packer', text_align = 'left'}
|
||||
},
|
||||
separator_style = 'thin'
|
||||
},
|
||||
|
||||
highlights = {
|
||||
fill = {
|
||||
guibg = {
|
||||
attribute = 'bg',
|
||||
highlight = 'TabLineFill'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user