claudius-chat-widget
    Preparing search index...

    Type Alias ClaudiusThemeInput

    ClaudiusThemeInput:
        | "light"
        | "dark"
        | "auto"
        | BuiltinThemeName
        | ClaudiusTheme
        | string & {}

    Everything the theme option accepts: the original color-scheme modes, a built-in theme name, an inline theme object, or a URL to a theme JSON file. (string & {}) keeps literal autocomplete while allowing URLs.