From 81442a45bc45b6c008f07b7132e2c2b06319ca02 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 28 Aug 2023 21:58:14 +0200 Subject: Made nvimtree bold --- lua/plugins/heirline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins') diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua index 1951617..46e0ccc 100644 --- a/lua/plugins/heirline.lua +++ b/lua/plugins/heirline.lua @@ -1225,7 +1225,7 @@ local TabLineOffset = { local pad = math.ceil((width - #title) / 2) return string.rep(' ', pad) .. title .. string.rep(' ', pad) end, - hl = { fg = colors.white, bold = false }, + hl = { fg = colors.white, bg = '#333842', bold = true }, --hl = function(self) -- if vim.api.nvim_get_current_win() == self.winid then -- cgit v1.2.3