We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661533e commit e6c437fCopy full SHA for e6c437f
src/containers/blocks.jsx
@@ -119,10 +119,6 @@ class Blocks extends React.Component {
119
this.props.onActivateCustomProcedures;
120
this.ScratchBlocks.ScratchMsgs.setLocale(this.props.locale);
121
122
- const theme = this.ScratchBlocks.Theme.defineTheme("Scratch", {
123
- base: this.ScratchBlocks.Themes.Zelos,
124
- startHats: true,
125
- });
126
const workspaceConfig = defaultsDeep(
127
{},
128
Blocks.defaultOptions,
@@ -131,8 +127,6 @@ class Blocks extends React.Component {
131
rtl: this.props.isRtl,
132
toolbox: this.props.toolboxXML,
133
129
colours: getColorsForTheme(this.props.theme),
134
- renderer: "zelos",
135
- theme: theme,
136
130
}
137
);
138
this.workspace = this.ScratchBlocks.inject(
0 commit comments