From 502c68e4df7dfb2096f3ae41805c9035280c5df9 Mon Sep 17 00:00:00 2001 From: Niverton Date: Wed, 21 Feb 2024 13:31:31 +0100 Subject: [PATCH] Make the tabline current tab bold --- lua/plugins/40-heirline.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/40-heirline.lua b/lua/plugins/40-heirline.lua index 07721bb..87bfa51 100644 --- a/lua/plugins/40-heirline.lua +++ b/lua/plugins/40-heirline.lua @@ -7,6 +7,7 @@ return { status = { attributes = { buffer_active = { bold = true, italic = false }, + tab_active = { bold = true }, }, }, }, @@ -19,7 +20,7 @@ return { local comp = status.component opts.statusline = { - hl = { fg = "fg", bg = "bg" }, + hl = "statusline", comp.mode({ mode_text = { hl = { bold = true }, padding = { left = 1, right = 1 } } }), comp.file_info({ filetype = false,