From 86f7582c1df689d6e0cfb12d866ccf11fc5b5de6 Mon Sep 17 00:00:00 2001 From: Natty Date: Sat, 10 Feb 2024 16:28:53 +0100 Subject: [PATCH] Fixed tabline colors --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.lua b/init.lua index b4e5fce..439eed8 100644 --- a/init.lua +++ b/init.lua @@ -65,6 +65,11 @@ local config = { left = { "", " " }, -- separator for the left side of the statusline right = { " ", " " }, -- separator for the right side of the statusline tab = { "", "" }, + }, + colors = { + tabline_bg = "#181825", + tabline_fg = "#181825", + buffer_bg = "#21252b" } }, polish = function()