-
Notifications
You must be signed in to change notification settings - Fork 1
/
splGoldenDeathX.code-workspace
36 lines (36 loc) · 1.05 KB
/
splGoldenDeathX.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
{
"folders": [
{
"path": "."
},
{
"path": "../ProjectTemplate"
}
],
"settings": {
"terminal.integrated.cursorStyle": "underline",
"editor.suggest.localityBonus": true,
"peacock.color": "#020300",
"markdown-todo.sortByCount": false,
"markdown.previewFeatures": true,
"markdown.showToolbar": true,
"workbench.colorCustomizations": {
"activityBar.background": "#243600",
"titleBar.activeBackground": "#020300",
"titleBar.activeForeground": "#e7e7e7",
"activityBar.activeBackground": "#243600",
"activityBar.activeBorder": "#006a9f",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#006a9f",
"activityBarBadge.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#243600",
"titleBar.inactiveBackground": "#02030099",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#243600",
"statusBarItem.remoteBackground": "#020300",
"statusBarItem.remoteForeground": "#e7e7e7",
"commandCenter.border": "#e7e7e799"
}
}
}