SYMBOL INDEX (14 symbols across 2 files) FILE: sync_theme.py class Colors (line 20) | class Colors: function print_header (line 36) | def print_header(): function print_step (line 41) | def print_step(step: str, status: str = "info"): function progress_bar (line 51) | def progress_bar(current: int, total: int, prefix: str = "", width: int ... function get_file_hash (line 62) | def get_file_hash(filepath: str) -> str: function get_content_hash (line 73) | def get_content_hash(content: str) -> str: function fetch_schema (line 77) | def fetch_schema() -> dict: function validate_theme (line 109) | def validate_theme(theme: dict, schema: dict) -> bool: function fix_json (line 127) | def fix_json(json_str): function remove_alpha (line 135) | def remove_alpha(color): function fetch_theme (line 147) | def fetch_theme(): function apply_blur (line 193) | def apply_blur(theme, generate_all_levels=False): function main (line 316) | def main(): FILE: theme_overrides.py function generate_theme_overrides_for_level (line 16) | def generate_theme_overrides_for_level(base_overrides, level_config):