-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAB.code-workspace
More file actions
32 lines (32 loc) · 803 Bytes
/
FAB.code-workspace
File metadata and controls
32 lines (32 loc) · 803 Bytes
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
{
"folders": [
{
"path": "."
}
],
"extensions": {
"recommendations": [
"eamodio.gitlens",
"davidanson.vscode-markdownlint",
"vscoss.vscode-ansible",
"mads-hartmann.bash-ide-vscode",
"rogalmic.bash-debug",
]
},
"settings": {
"workbench.colorCustomizations": {
"activityBar.background": "#02f2fa62",
"titleBar.activeBackground": "#02f2fa62",
"panel.background": "#2b3131",
"panel.border": "#02f2fa62",
"sideBar.background": "#2e2e2e",
"sideBar.border": "#02f2fa62",
"statusBar.background": "#02f2fa62",
"scrollbarSlider.hoverBackground": "#02f2fa62",
"scrollbarSlider.activeBackground": "#02f2fa62",
"peekViewTitle.background": "#02f2fa62",
"peekView.border": "#02f2fa62",
"sideBarSectionHeader.background": "#39858562"
},
}
}