-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path_quality.arc42.org-site.code-workspace
More file actions
58 lines (58 loc) · 1.91 KB
/
Copy path_quality.arc42.org-site.code-workspace
File metadata and controls
58 lines (58 loc) · 1.91 KB
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#8c3c85",
"activityBar.background": "#8c3c85",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#2a2d13",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#8c3c85",
"statusBar.background": "#682d63",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#8c3c85",
"statusBarItem.remoteBackground": "#682d63",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#682d63",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#682d6399",
"titleBar.inactiveForeground": "#e7e7e799",
"panel.background": "#282a36",
"terminal.background": "#282a36",
"terminal.foreground": "#f8f8f2",
"terminalCursor.background": "#282a36",
"terminalCursor.foreground": "#f8f8f2",
"terminal.selectionBackground": "#44475a",
"terminal.ansiBlack": "#21222c",
"terminal.ansiRed": "#ff5555",
"terminal.ansiGreen": "#50fa7b",
"terminal.ansiYellow": "#f1fa8c",
"terminal.ansiBlue": "#bd93f9",
"terminal.ansiMagenta": "#ff79c6",
"terminal.ansiCyan": "#8be9fd",
"terminal.ansiWhite": "#f8f8f2",
"terminal.ansiBrightBlack": "#6272a4",
"terminal.ansiBrightRed": "#ff6e6e",
"terminal.ansiBrightGreen": "#69ff94",
"terminal.ansiBrightYellow": "#ffffa5",
"terminal.ansiBrightBlue": "#d6acff",
"terminal.ansiBrightMagenta": "#ff92df",
"terminal.ansiBrightCyan": "#a4ffff",
"terminal.ansiBrightWhite": "#ffffff"
},
"peacock.color": "#682d63",
"git.enabled": true,
"git.autoRepositoryDetection": true,
"scm.alwaysShowRepositories": true,
"workbench.statusBar.visible": true,
"languageToolLinter.languageTool.ignoredWordsInWorkspace": [
"frontmatter"
]
}
}