Update block pallette slightly to more saturated colours in order to increase constrast between block color and stroke color (#1323)
This commit is contained in:
@ -101,7 +101,7 @@
|
||||
"textBlocks": true,
|
||||
"listsBlocks": true,
|
||||
"functionBlocks": true,
|
||||
"onStartColor": "#0078D7",
|
||||
"onStartColor": "#1E90FF",
|
||||
"onStartNamespace": "basic",
|
||||
"onStartWeight": 54
|
||||
},
|
||||
@ -377,6 +377,16 @@
|
||||
"snap": false
|
||||
}
|
||||
},
|
||||
"blockColors": {
|
||||
"logic": "#00A4A6",
|
||||
"loops": "#00AA00",
|
||||
"math": "#9400D3",
|
||||
"variables": "#DC143C",
|
||||
"text": "#B8860B",
|
||||
"advanced": "#00272B",
|
||||
"functions": "#3455DB",
|
||||
"arrays": "#E65722"
|
||||
},
|
||||
"highContrast": true,
|
||||
"greenScreen": false,
|
||||
"selectLanguage": true,
|
||||
|
Reference in New Issue
Block a user