diff options
| -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 |
