-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcanvas.code-workspace
43 lines (43 loc) · 1.31 KB
/
canvas.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"cSpell.words": [
"abcdkbd",
"sportrop",
"varnmala"
],
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#768bfd",
"activityBar.background": "#768bfd",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#bc0320",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#768bfd",
"sideBar.border": "#768bfd",
"statusBar.background": "#4460fc",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#768bfd",
"statusBarItem.remoteBackground": "#4460fc",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#768bfd",
"titleBar.activeBackground": "#4460fc",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#4460fc99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#4460fc",
"workbench.preferredDarkColorTheme": "Firefox Dark",
"window.autoDetectColorScheme": true
}
}