def get_shadow_for_variant(mode: Literal['dark', 'light'], base_color: Tuple[int, int, int, float]) -> Dict
Generate shadow dict from variant mode and base colour.
def compile_themes(themes_path: Path, output_path: Path, compact: bool = False) -> Any
Compile all theme JSON files into a single themes.json.
def uncompile_themes(input_path: Path, themes_path: Path, compact: bool = False) -> Any
Split a themes.json into separate theme files.
def fix_shadows(input_path: Path, output_path: Path) -> Any
Add shadow properties to every style entry in all themes.
def main() -> Any
No documentation