Now standalone plugin
First impl of standalone colorscheme
This commit is contained in:
11
lua/astrobox/highlights/modules/astro_heirline.lua
Normal file
11
lua/astrobox/highlights/modules/astro_heirline.lua
Normal 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
|
||||
Reference in New Issue
Block a user