-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdventOfCode.code-workspace
More file actions
37 lines (37 loc) · 980 Bytes
/
Copy pathAdventOfCode.code-workspace
File metadata and controls
37 lines (37 loc) · 980 Bytes
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
{
"folders": [
{
"path": "AdventOfCode"
},
{
"path": "AdventOfCodeTests"
}
],
"settings": {
"cSpell.words": [
"Ansi",
"robo",
"santa"
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d00008",
"activityBar.background": "#d00008",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#024000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#d00008",
"statusBar.background": "#9d0006",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#d00008",
"statusBarItem.remoteBackground": "#9d0006",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#9d0006",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#9d000699",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#9d0006"
}
}