Files
2026-07-06 14:01:11 -04:00

12 lines
145 B
Lua

local Constants = {}
Constants.ThemeName = {
Dark = "dark",
Light = "light",
}
Constants.FontName = {
Gotham = "gotham",
}
return Constants