Fix colour (#3374)

This commit is contained in:
alschmiedt
2019-10-31 09:04:10 -07:00
committed by GitHub
parent 91e211e87c
commit eece280d92

View File

@@ -34,7 +34,7 @@ Blockly.Themes.Deuteranopia = {};
Blockly.Themes.Deuteranopia.defaultBlockStyles = {
"colour_blocks": {
"colourPrimary": "#f2a72c",
"colourSecondary": "#f1c170",
"colourSecondary": "#f1c172",
"colourTertiary": "#da921c"
},
"list_blocks": {