Now standalone plugin

First impl of standalone colorscheme
This commit is contained in:
2023-12-09 23:20:15 +01:00
parent c889771241
commit b4d05200d3
12 changed files with 633 additions and 124 deletions

View File

@@ -0,0 +1,11 @@
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