Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MonacoThemeJson

Hierarchy

  • MonacoThemeJson

Index

Properties

Optional description

description: string

Optional id

id: string

theme id (optional), label is used if not provided

Optional includes

includes: {}

Themes can include each other. It specifies how inclusions should be resolved.

Type declaration

  • [includePath: string]: any

json

json: any

label

label: string

Optional uiTheme

uiTheme: "vs" | "vs-dark" | "hc-black"

theme type, vs-dark if not provided