generated from The-Strategy-Unit/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazkit.code-workspace
More file actions
59 lines (59 loc) · 2.15 KB
/
azkit.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": "#41e6ec",
"statusBarItem.warningForeground": "#000000",
"statusBarItem.warningHoverBackground": "#41e6ec",
"statusBarItem.warningHoverForeground": "#00000090",
"statusBarItem.remoteBackground": "#4ef3f9",
"statusBarItem.remoteForeground": "#000000",
"statusBarItem.remoteHoverBackground": "#5bffff",
"statusBarItem.remoteHoverForeground": "#00000090",
"statusBar.background": "#41e6ec",
"statusBar.foreground": "#000000",
"statusBar.border": "#41e6ec",
"statusBar.debuggingBackground": "#41e6ec",
"statusBar.debuggingForeground": "#000000",
"statusBar.debuggingBorder": "#41e6ec",
"statusBar.noFolderBackground": "#41e6ec",
"statusBar.noFolderForeground": "#000000",
"statusBar.noFolderBorder": "#41e6ec",
"statusBar.prominentBackground": "#41e6ec",
"statusBar.prominentForeground": "#000000",
"statusBar.prominentHoverBackground": "#41e6ec",
"statusBar.prominentHoverForeground": "#00000090",
"focusBorder": "#41e6ec99",
"progressBar.background": "#41e6ec",
"textLink.foreground": "#81ffff",
"textLink.activeForeground": "#8effff",
"selection.background": "#34d9df",
"list.highlightForeground": "#41e6ec",
"list.focusAndSelectionOutline": "#41e6ec99",
"button.background": "#41e6ec",
"button.foreground": "#000000",
"button.hoverBackground": "#4ef3f9",
"tab.activeBorderTop": "#4ef3f9",
"pickerGroup.foreground": "#4ef3f9",
"list.activeSelectionBackground": "#41e6ec4d",
"panelTitle.activeBorder": "#4ef3f9",
"activityBar.activeBorder": "#41e6ec",
"activityBarBadge.foreground": "#000000",
"activityBarBadge.background": "#41e6ec"
},
"window.title": "{azkit}",
"projectColors.name": "{azkit}",
"projectColors.mainColor": "#41e6ec",
"projectColors.isActivityBarColored": false,
"projectColors.isTitleBarColored": false,
"projectColors.isStatusBarColored": true,
"projectColors.isProjectNameColored": true,
"projectColors.isActiveItemsColored": true,
"projectColors.setWindowTitle": true
}
}