ClassesWorkspaceSvgblockly.workspacesvg.setthemeOn this pageHome > blockly > WorkspaceSvg > setTheme WorkspaceSvg.setTheme() method Set the workspace theme object. If no theme is passed, default to the Classic theme. Signature: setTheme(theme: Theme): void; Parameters ParameterTypeDescriptionthemeThemeThe workspace theme object. Returns: void