diff --git a/lua/base46/integrations/minimal_st.lua b/lua/base46/integrations/minimal_st.lua index 0326e70..43f2784 100644 --- a/lua/base46/integrations/minimal_st.lua +++ b/lua/base46/integrations/minimal_st.lua @@ -38,28 +38,36 @@ local groups = { bg = colors.black, }, - St_LspStatus_Icon = { - fg = colors.black, - bg = colors.nord_blue, - }, St_EmptySpace = { fg = colors.black, bg = colors.black, }, - St_EmptySpace2 = { + TblineTabNewBtn = { + fg = colors.white, + bg = colors.one_bg, + bold = true, + }, + + TbLineTabOn = { fg = colors.black, - bg = colors.black, + bg = colors.blue, + bold = true, }, - St_file_info = { - bg = colors.black, + TbLineTabOff = { fg = colors.white, + bg = colors.one_bg, }, - St_file_sep = { - bg = colors.black, + TbLineTabCloseBtn = { + fg = colors.black, + bg = colors.blue, + }, + + TBTabTitle = { fg = colors.black, + bg = colors.white, }, } @@ -167,5 +175,6 @@ gen_hl("file", "red") gen_hl("Pos", "yellow") gen_hl("cwd", "orange") gen_hl("lsp", "green") +gen_hl("tab", "blue") return groups diff --git a/lua/base46/integrations/tbline.lua b/lua/base46/integrations/tbline.lua index 2370707..7bd08af 100644 --- a/lua/base46/integrations/tbline.lua +++ b/lua/base46/integrations/tbline.lua @@ -36,33 +36,6 @@ return { bg = colors.black2, }, - TblineTabNewBtn = { - fg = colors.white, - bg = colors.one_bg3, - bold = true, - }, - - TbLineTabOn = { - fg = colors.black, - bg = colors.nord_blue, - bold = true, - }, - - TbLineTabOff = { - fg = colors.white, - bg = colors.one_bg2, - }, - - TbLineTabCloseBtn = { - fg = colors.black, - bg = colors.nord_blue, - }, - - TBTabTitle = { - fg = colors.black, - bg = colors.white, - }, - TbLineThemeToggleBtn = { bold = true, fg = colors.white,