-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProgrammableLeds.code-workspace
53 lines (53 loc) · 1.29 KB
/
ProgrammableLeds.code-workspace
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
{
"folders": [
{
"path": "."
},
{
"path": "/Users/nik/Documents/Arduino/libraries"
},
{
"path": "/Users/nik/Documents/Arduino/otherprojects"
}
],
"settings": {
"files.associations": {
"valarray": "cpp",
"__locale": "cpp",
"__string": "cpp",
"string": "cpp",
"string_view": "cpp",
"char_traits": "cpp",
"iosfwd": "cpp",
"iterator": "cpp",
"vector": "cpp",
"__config": "cpp",
"__nullptr": "cpp",
"cstddef": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"algorithm": "cpp"
},
"workbench.colorCustomizations": {
"activityBar.background": "#88d7ea",
"activityBar.activeBackground": "#88d7ea",
"activityBar.activeBorder": "#de41bf",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#de41bf",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#5dc9e2",
"titleBar.inactiveBackground": "#5dc9e299",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#5dc9e2",
"statusBarItem.hoverBackground": "#32bbda",
"statusBar.foreground": "#15202b"
},
"peacock.color": "#5dc9e2"
}
}