What problem does it solve? Building consistent game UI in UrhoX requires manually configuring dozens of style properties per component. This Skill provides a complete BrawlForge theme definition—dark blue sci-fi HUD with sharp edges, bold typography, and cyan/purple accents—so AI agents can generate correctly styled Lua UI code without hand-writing visual props. ## Core Features & Use Cases - Complete Theme Configuration: A ready-to-use UI.Theme.ExtendTheme Lua table covering 30+ widgets (Button, Modal, Table, Tabs, Toast, DatePicker, etc.) with colors, borders, shadows, and per-variant decorations. - Design Token Reference: Documented color, spacing, radius, and font-size tokens in references/theme-tokens.md, including HUD bar colors (HP/MP/Stamina/XP) and item rarity colors. - 8 Design DNA Rules: Enforces sharp corners (borderRadius = 0), zero-blur shadows, black outer borders, bottom accent bars, and bold-only Noto Sans SC typography. - Use Case: Ask the agent to create a battle-themed settings menu or inventory screen, and it produces UrhoX Lua code using themed UI.Card, UI.Button, and UI.List widgets with the correct BrawlForge styling applied automatically. ## Quick Start Copy the fonts from the skill's fonts directory into your project's assets/Fonts folder, then ask the agent to create a BrawlForge-style UI component such as a primary button or modal dialog in UrhoX Lua.