Make the tabline current tab bold

This commit is contained in:
2024-02-21 13:31:31 +01:00
parent 9c42072c6b
commit 502c68e4df

View File

@@ -7,6 +7,7 @@ return {
status = { status = {
attributes = { attributes = {
buffer_active = { bold = true, italic = false }, buffer_active = { bold = true, italic = false },
tab_active = { bold = true },
}, },
}, },
}, },
@@ -19,7 +20,7 @@ return {
local comp = status.component local comp = status.component
opts.statusline = { opts.statusline = {
hl = { fg = "fg", bg = "bg" }, hl = "statusline",
comp.mode({ mode_text = { hl = { bold = true }, padding = { left = 1, right = 1 } } }), comp.mode({ mode_text = { hl = { bold = true }, padding = { left = 1, right = 1 } } }),
comp.file_info({ comp.file_info({
filetype = false, filetype = false,