SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Interface WorkbenchTheme

    Information about a workbench theme.

    interface WorkbenchTheme {
        colorScheme: "light" | "dark";
        name: string;
    }
    Index

    Properties

    Properties

    colorScheme: "light" | "dark"

    The color scheme of the theme.

    name: string

    The name of the theme.