ClassesWorkspaceSvgblockly.workspacesvg_class.settheme_methodOn this pageblockly > 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