aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-28 21:58:14 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-28 21:58:14 +0200
commit81442a45bc45b6c008f07b7132e2c2b06319ca02 (patch)
treedebfa4a00140a412914091654814dfb6ad2a67a7
parent8e8ad70a46dd23b6b9fcf1c5a7cee2452e5a14e0 (diff)
downloaddotfiles-81442a45bc45b6c008f07b7132e2c2b06319ca02.tar.gz
dotfiles-81442a45bc45b6c008f07b7132e2c2b06319ca02.zip
Made nvimtree bold
-rw-r--r--lua/plugins/heirline.lua2
1 files changed, 1 insertions, 1 deletions
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