Files
Astrobox/lua/astrobox/highlights/modules/astro_heirline.lua
Niverton b4d05200d3 Now standalone plugin
First impl of standalone colorscheme
2023-12-09 23:20:15 +01:00

12 lines
417 B
Lua

return function()
return {
HeirlineInactive = { link = "StatusInactive" },
HeirlineNormal = { link = "StatusNormal" },
HeirlineInsert = { link = "StatusInsert" },
HeirlineVisual = { link = "StatusVisual" },
HeirlineReplace = { link = "StatusReplace" },
HeirlineCommand = { link = "StatusCommand" },
HeirlineTerminal = { link = "StatusTerminal" },
}
end