fix: fix bufferline separator bg colors (fixes #189)

This commit is contained in:
Folke Lemaitre 2022-09-10 21:17:21 +02:00
parent ac2d3d29ca
commit e0e9f54051
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -331,6 +331,7 @@ function M.setup()
NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar }, NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar }, NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
-- Fern -- Fern
FernBranchText = { fg = c.blue }, FernBranchText = { fg = c.blue },
@ -386,7 +387,6 @@ function M.setup()
-- BufferLine -- BufferLine
BufferLineIndicatorSelected = { fg = c.git.change }, BufferLineIndicatorSelected = { fg = c.git.change },
BufferLineFill = { bg = c.black },
-- Barbar -- Barbar
BufferCurrent = { bg = c.fg_gutter, fg = c.fg }, BufferCurrent = { bg = c.fg_gutter, fg = c.fg },