forked from arc42/arc42-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
arc42-template.code-workspace
49 lines (49 loc) · 1.64 KB
/
arc42-template.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#93e6fc",
"activityBar.activeBorder": "#fa45d4",
"activityBar.background": "#93e6fc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#61dafb",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#2fcefa",
"titleBar.activeBackground": "#61dafb",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#61dafb99",
"titleBar.inactiveForeground": "#15202b99",
"sash.hoverBorder": "#93e6fc",
"statusBarItem.remoteBackground": "#61dafb",
"statusBarItem.remoteForeground": "#15202b",
"terminal.background": "#023e83",
"terminal.foreground": "#ace4ee",
"terminalCursor.background": "#e9b292",
"terminalCursor.foreground": "#f8b38b",
"terminal.ansiBlue": "#708a8f",
"terminal.ansiBrightBlack": "#BDAE93",
"terminal.ansiBrightBlue": "#d7ecec",
"terminal.ansiBrightCyan": "#427B58",
"terminal.ansiBrightGreen": "#79740E",
"terminal.ansiBrightMagenta": "#8F3F71",
"terminal.ansiBrightRed": "#9D0006",
"terminal.ansiBrightWhite": "#282828",
"terminal.ansiBrightYellow": "#B57614",
"terminal.ansiCyan": "#427B58",
"terminal.ansiGreen": "#79740E",
"terminal.ansiMagenta": "#8F3F71",
"terminal.ansiRed": "#9D0006",
"terminal.ansiWhite": "#f85e04",
"terminal.ansiYellow": "#B57614"
},
"peacock.color": "#61dafb",
"java.configuration.updateBuildConfiguration": "disabled"
}
}