Theia API Documentation v1.65.0
    Preparing search index...
    interface Theme {
        description?: string;
        editorTheme?: string;
        id: string;
        label: string;
        type: ThemeType;
        activate?(): void;
        deactivate?(): void;
    }
    Index

    Properties

    description?: string
    editorTheme?: string
    id: string
    label: string
    type: ThemeType

    Methods