theme String

The diagram theme. This can be either a built-in theme or "sass". When set to "sass" the diagram will read the variables from a Sass-based theme.

The supported values are:

  • "sass" - works only when a custom Sass theme is loaded in the page
  • "black"
  • "blueopal"
  • "bootstrap"
  • "bootstrap-v4" - works only with the Bootstrap-v4 Sass theme loaded in the page
  • "default"
  • "default-v2" - works only with the Default-v2 Sass theme loaded in the page
  • "fiori"
  • "flat"
  • "highcontrast"
  • "material"
  • "materialBlack"
  • "metro"
  • "metroblack"
  • "moonlight"
  • "nova"
  • "office365"
  • "silver"
  • "uniform"
In this article