-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathQTI-Components.code-workspace
45 lines (45 loc) · 1.36 KB
/
QTI-Components.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#08678e",
"activityBar.activeBorder": "#5b0542",
"activityBar.background": "#08678e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#5b0542",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#05445e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#08678e",
"titleBar.activeBackground": "#05445e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#05445e99",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#08678e",
"statusBarItem.remoteBackground": "#05445e",
"statusBarItem.remoteForeground": "#e7e7e7",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#05445e",
"mdx.experimentalLanguageServer": true
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"github.vscode-github-actions",
"runem.lit-plugin",
"hugo-vrijswijk.vscode-lit-xml",
"unifiedjs.vscode-mdx",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"google.wireit",
"redhat.vscode-xml",
"joshbolduc.commitlint"
]
}
}