mirror of https://github.com/gabehf/base46.git
fix highlights resetting after packersync | https://github.com/NvChad/NvChad/issues/1237
parent
0087b60c01
commit
5412629789
@ -0,0 +1,71 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
|
||||
TblineFill = {
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
TbLineBufOn = {
|
||||
fg = colors.white,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
TbLineBufOff = {
|
||||
fg = colors.light_grey,
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
TbLineBufOnModified = {
|
||||
fg = colors.green,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
TbBufLineBufOffModified = {
|
||||
fg = colors.red,
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
TbLineBufOnClose = {
|
||||
fg = colors.red,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
TbLineBufOffClose = {
|
||||
fg = colors.light_grey,
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
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,
|
||||
bg = colors.black,
|
||||
},
|
||||
|
||||
TblineTabNewBtn = {
|
||||
fg = colors.white,
|
||||
bg = colors.one_bg3,
|
||||
bold = true,
|
||||
},
|
||||
}
|
||||
Loading…
Reference in new issue