1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-28 14:17:40 +00:00

auto upgrade packages on base opus update - github actions wip

This commit is contained in:
kepler155c@gmail.com
2020-04-30 18:51:36 -06:00
parent e116caf16e
commit 287adb1235
13 changed files with 77 additions and 47 deletions

View File

@@ -12,7 +12,7 @@ for k,v in pairs(colors) do
end
local allSettings = { }
for k,v in pairs(UI.colors) do
for k,v in pairs(UI.theme.colors) do
allSettings[k] = { name = k, value = v }
end