Skip to content

themes

ruff_sync.tui.themes

Custom themes for the ruff-sync TUI.

AMBER_EMBER module-attribute

AMBER_EMBER = Theme(
    name="amber-ember",
    primary="#FFB300",
    secondary="#FFD54F",
    accent="#D81B60",
    warning="#FFD600",
    error="#E91E63",
    success="#81C784",
    background="#121212",
    surface="#1E1E1E",
    panel="#2C2C2C",
    boost="#2C2C2C",
    dark=True,
)