23 lines
494 B
Lua
23 lines
494 B
Lua
return {
|
|
title = "Lua 飞行棋",
|
|
colors = {
|
|
background = "#0f172a",
|
|
board = "#1e293b",
|
|
board_inner = "#334155",
|
|
route_cell = "#f8fafc",
|
|
route_text = "#0f172a",
|
|
top_bar = "#020617",
|
|
dice_button = "#2563eb",
|
|
text = "#ffffff",
|
|
muted_text = "#cbd5e1",
|
|
red = "#ef4444",
|
|
yellow = "#eab308",
|
|
blue = "#3b82f6",
|
|
green = "#22c55e",
|
|
red_home = "#7f1d1d",
|
|
yellow_home = "#713f12",
|
|
blue_home = "#1e3a8a",
|
|
green_home = "#14532d"
|
|
}
|
|
}
|