mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -07:00
Revert "move tablist related hl groups to minimal statusline hls"
This reverts commit 00ba52c475.
This commit is contained in:
parent
00ba52c475
commit
34745d982a
2 changed files with 40 additions and 22 deletions
|
|
@ -38,36 +38,28 @@ local groups = {
|
|||
bg = colors.black,
|
||||
},
|
||||
|
||||
St_LspStatus_Icon = {
|
||||
fg = colors.black,
|
||||
bg = colors.nord_blue,
|
||||
},
|
||||
St_EmptySpace = {
|
||||
fg = colors.black,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
TblineTabNewBtn = {
|
||||
St_EmptySpace2 = {
|
||||
fg = colors.black,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
St_file_info = {
|
||||
bg = colors.black,
|
||||
fg = colors.white,
|
||||
bg = colors.one_bg,
|
||||
bold = true,
|
||||
},
|
||||
|
||||
TbLineTabOn = {
|
||||
St_file_sep = {
|
||||
bg = colors.black,
|
||||
fg = colors.black,
|
||||
bg = colors.blue,
|
||||
bold = true,
|
||||
},
|
||||
|
||||
TbLineTabOff = {
|
||||
fg = colors.white,
|
||||
bg = colors.one_bg,
|
||||
},
|
||||
|
||||
TbLineTabCloseBtn = {
|
||||
fg = colors.black,
|
||||
bg = colors.blue,
|
||||
},
|
||||
|
||||
TBTabTitle = {
|
||||
fg = colors.black,
|
||||
bg = colors.white,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -175,6 +167,5 @@ gen_hl("file", "red")
|
|||
gen_hl("Pos", "yellow")
|
||||
gen_hl("cwd", "orange")
|
||||
gen_hl("lsp", "green")
|
||||
gen_hl("tab", "blue")
|
||||
|
||||
return groups
|
||||
|
|
|
|||
|
|
@ -36,6 +36,33 @@ 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue