sillycode
    Preparing search index...

    Type Alias ColorPart

    ColorPart: { type: "color" } & (
        { color: Color; enable: true }
        | { enable: false }
    )

    Color formatting toggle tag, enable or disable, acts as a stack.