def get_project_root() -> Path
Return the project root directory (parent of lunaengine/).
def get_themes_json() -> Path
Path to themes.json in lunaengine/ui/
def get_themes_output_dir() -> Path
Output directory for individual theme JSON files.
def create_theme(theme_name: str, theme: dict) -> Any
Write a single theme to a JSON file (minified).
def main() -> Any
No documentation