Initial flame_lua_runtime package

This commit is contained in:
gem
2026-06-07 22:53:58 +08:00
commit 733b2fb798
262 changed files with 28439 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---@class ShowcaseTheme
local theme = {
screen_width = 720,
screen_height = 720,
background = "#ff0f172a",
panel = "#ff111827",
card = "#ff1f2937",
border = "#ff334155",
text = "#fff8fafc",
muted = "#ff94a3b8",
primary = "#ff38bdf8",
success = "#ff22c55e",
warning = "#fff59e0b",
danger = "#ffef4444",
purple = "#ffa855f7"
}
return theme