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