mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -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,
|
||||
},
|
||||
|
||||
St_LspStatus_Icon = {
|
||||
fg = colors.black,
|
||||
bg = colors.nord_blue,
|
||||
},
|
||||
St_EmptySpace = {
|
||||
fg = colors.black,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
St_EmptySpace2 = {
|
||||
fg = colors.black,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
St_file_info = {
|
||||
bg = colors.black,
|
||||
TblineTabNewBtn = {
|
||||
fg = colors.white,
|
||||
bg = colors.one_bg,
|
||||
bold = true,
|
||||
},
|
||||
|
||||
St_file_sep = {
|
||||
bg = colors.black,
|
||||
TbLineTabOn = {
|
||||
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("cwd", "orange")
|
||||
gen_hl("lsp", "green")
|
||||
gen_hl("tab", "blue")
|
||||
|
||||
return groups
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue