diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-28 21:58:14 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-28 21:58:14 +0200 |
| commit | 81442a45bc45b6c008f07b7132e2c2b06319ca02 (patch) | |
| tree | debfa4a00140a412914091654814dfb6ad2a67a7 /lua/plugins/heirline.lua | |
| parent | 8e8ad70a46dd23b6b9fcf1c5a7cee2452e5a14e0 (diff) | |
| download | dotfiles-81442a45bc45b6c008f07b7132e2c2b06319ca02.tar.gz dotfiles-81442a45bc45b6c008f07b7132e2c2b06319ca02.zip | |
Made nvimtree bold
Diffstat (limited to 'lua/plugins/heirline.lua')
| -rw-r--r-- | lua/plugins/heirline.lua | 2 |
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 |
