From e0e9f54051b7260b324dad7876021dc6784c8b76 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 10 Sep 2022 21:17:21 +0200 Subject: [PATCH] fix: fix bufferline separator bg colors (fixes #189) --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index f0688b8..7344ab4 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -331,6 +331,7 @@ function M.setup() NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar }, NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar }, + -- Fern FernBranchText = { fg = c.blue }, @@ -386,7 +387,6 @@ function M.setup() -- BufferLine BufferLineIndicatorSelected = { fg = c.git.change }, - BufferLineFill = { bg = c.black }, -- Barbar BufferCurrent = { bg = c.fg_gutter, fg = c.fg },