-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathboundr.code-workspace
More file actions
59 lines (59 loc) · 2.15 KB
/
boundr.code-workspace
File metadata and controls
59 lines (59 loc) · 2.15 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
59
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff4081",
"statusBarItem.warningBackground": "#32cdec",
"statusBarItem.warningForeground": "#000000",
"statusBarItem.warningHoverBackground": "#32cdec",
"statusBarItem.warningHoverForeground": "#00000090",
"statusBarItem.remoteBackground": "#3fdaf9",
"statusBarItem.remoteForeground": "#000000",
"statusBarItem.remoteHoverBackground": "#4ce7ff",
"statusBarItem.remoteHoverForeground": "#00000090",
"statusBar.background": "#32cdec",
"statusBar.foreground": "#000000",
"statusBar.border": "#32cdec",
"statusBar.debuggingBackground": "#32cdec",
"statusBar.debuggingForeground": "#000000",
"statusBar.debuggingBorder": "#32cdec",
"statusBar.noFolderBackground": "#32cdec",
"statusBar.noFolderForeground": "#000000",
"statusBar.noFolderBorder": "#32cdec",
"statusBar.prominentBackground": "#32cdec",
"statusBar.prominentForeground": "#000000",
"statusBar.prominentHoverBackground": "#32cdec",
"statusBar.prominentHoverForeground": "#00000090",
"focusBorder": "#32cdec99",
"progressBar.background": "#32cdec",
"textLink.foreground": "#72ffff",
"textLink.activeForeground": "#7fffff",
"selection.background": "#25c0df",
"list.highlightForeground": "#32cdec",
"list.focusAndSelectionOutline": "#32cdec99",
"button.background": "#32cdec",
"button.foreground": "#000000",
"button.hoverBackground": "#3fdaf9",
"tab.activeBorderTop": "#3fdaf9",
"pickerGroup.foreground": "#3fdaf9",
"list.activeSelectionBackground": "#32cdec4d",
"panelTitle.activeBorder": "#3fdaf9",
"activityBar.activeBorder": "#32cdec",
"activityBarBadge.foreground": "#000000",
"activityBarBadge.background": "#32cdec"
},
"window.title": "{boundr}",
"projectColors.name": "{boundr}",
"projectColors.mainColor": "#32cdec",
"projectColors.isActivityBarColored": false,
"projectColors.isTitleBarColored": false,
"projectColors.isStatusBarColored": true,
"projectColors.isProjectNameColored": true,
"projectColors.isActiveItemsColored": true,
"projectColors.setWindowTitle": true
}
}