ColorScheme

Color scheme for preview animation UI

Constructor

ColorScheme(
    name: str,
    background: str,
    control_bg: str,
    control_hover: str,
    accent: str,
    accent_hover: str,
    text: str,
    text_muted: str
) -> None