mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Fix colour (#3374)
This commit is contained in:
@@ -34,7 +34,7 @@ Blockly.Themes.Deuteranopia = {};
|
||||
Blockly.Themes.Deuteranopia.defaultBlockStyles = {
|
||||
"colour_blocks": {
|
||||
"colourPrimary": "#f2a72c",
|
||||
"colourSecondary": "#f1c170",
|
||||
"colourSecondary": "#f1c172",
|
||||
"colourTertiary": "#da921c"
|
||||
},
|
||||
"list_blocks": {
|
||||
|
||||
Reference in New Issue
Block a user