forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheditors.json
115 lines (115 loc) · 3.75 KB
/
editors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"arcadestable": {
"name": "Arcade",
"title": "MakeCode Arcade",
"url": "https://arcade.makecode.com/",
"styles": {
"primary": "#6B4F76",
"menu": "#F76820",
"background": "linear-gradient(90deg, #B1E3DA 0%, #E91E63 100%)"
}
},
"arcadeskillmap": {
"name": "Arcade Skillmap",
"title": "MakeCode Arcade Skillmap",
"url": "https://arcade.makecode.com/--skillmap",
"styles": {
"primary": "#6B4F76",
"menu": "#F76820",
"background": "linear-gradient(90deg, #B1E3DA 0%, #E91E63 100%)"
}
},
"microbit": {
"name": "micro:bit",
"title": "MakeCode for micro:bit",
"url": "https://makecode.microbit.org/",
"styles": {
"primary": "#6633cc",
"menu": "#3454D1",
"background": "linear-gradient(45deg, rgba(99, 93, 198, 1) 0%, rgba(0, 212, 255, 1) 100%)"
}
},
"minecraft": {
"name": "Minecraft",
"url": "https://minecraft.makecode.com/?github=1",
"unsupported": ["streamer"]
},
"adafruit": {
"name": "Adafruit Circuit Playground Express",
"url": "https://makecode.adafruit.com/",
"unsupported": ["streamer"]
},
"ev3": {
"name": "LEGO® MINDSTORMS® Education EV3",
"url": "https://makecode.mindstorms.com/",
"unsupported": ["streamer"]
},
"arcade": {
"name": "Arcade BETA",
"title": "MakeCode Arcade",
"url": "https://arcade.makecode.com/beta",
"styles": {
"primary": "#6B4F76",
"menu": "#F76820",
"background": "linear-gradient(90deg, #B1E3DA 0%, #E91E63 100%)"
}
},
"microbitbeta": {
"name": "micro:bit BETA",
"url": "https://makecode.microbit.org/beta",
"styles": {
"primary": "#6633cc",
"menu": "#3454D1",
"background": "linear-gradient(45deg, rgba(99, 93, 198, 1) 0%, rgba(0, 212, 255, 1) 100%)"
}
},
"minecraftbeta": {
"name": "Minecraft BETA",
"title": "MakeCode for Minecraft",
"icon": "https://minecraft.makecode.com/favicon.ico",
"url": "https://minecraft.makecode.com/beta?github=1",
"styles": {
"primary": "#3C3C3C",
"menu": "#31ae1f",
"background": "linear-gradient(215deg, #3C3C3C 0%, #C6C6C6 100%)"
}
},
"adafruitbeta": {
"name": "Adafruit Circuit Playground Express BETA",
"title": "MakeCode for Circuit Playground",
"url": "https://makecode.adafruit.com/beta",
"icon": "https://cdn.makecode.com/blob/1215b9ef46d3e04bc9923a1a333d92db92eb5419/static/logo.square.black.svg",
"styles": {
"primary": "#1c1f2b",
"menu": "#FB48C7",
"background": "linear-gradient(45deg, #1c1f2b 0%, #000 100%)"
}
},
"ev3beta": {
"name": "LEGO® MINDSTORMS® Education EV3 BETA",
"title": "MakeCode for EV3",
"url": "https://makecode.mindstorms.com/beta"
},
"maker": {
"name": "Maker",
"title": "MakeCode Maker",
"url": "https://maker.makecode.com",
"styles": {
"primary": "#1f1f1f",
"menu": "#444",
"background": "linear-gradient(45deg, #cccccc 0%, #333333 100%)"
},
"unsupported": ["playground"]
},
"calliopemini": {
"name": "Calliope Mini",
"title": "MakeCode for Calliope",
"url": "https://makecode.calliope.cc/"
},
"stm32iotnode": {
"name": "STM32L4 Discovery kit IoT node",
"title": "MakeCode pour STM32",
"url": "https://makecode.st.com/",
"unsupported": ["playground"]
}
}