export terminal colors properly

This commit is contained in:
Michael Chris Lopez
2021-08-26 14:47:56 +08:00
parent 6870a4d1cd
commit 037ece22a1

View File

@@ -20,7 +20,9 @@ local colors = {
c.sand.sa(8).da(10),
}
local M = { colors }
local M = { }
M.colors = colors
function M.setup()
for i, v in ipairs(colors) do