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()