Theia API Documentation v1.65.0
    Preparing search index...
    interface MonacoTokenRule {
        background?: string;
        fontStyle?: string;
        foreground?: string;
        token: string;
    }

    Hierarchy

    • ITokenThemeRule
      • MonacoTokenRule
    Index

    Properties

    background?: string
    fontStyle?: string
    foreground?: string
    token: string