@gphone/sdk
    Preparing search index...

    Interface ThemeState

    — SDK surface for add-ons; no in-repo app needs to name it.

    interface ThemeState {
        mode: ThemeMode;
        seed: string;
    }
    Index
    mode: ThemeMode

    Which of the two generated schemes is applied.

    buildSchemes has always produced both tables — light was generated and asserted from the start precisely so switching it on would be this one union widening plus a Settings control, rather than a change to the engine.

    seed: string

    The color every role is generated from. #rrggbb.