-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocker.code-workspace
More file actions
36 lines (36 loc) · 1.39 KB
/
Docker.code-workspace
File metadata and controls
36 lines (36 loc) · 1.39 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorTheme": "Default Dark+",
"workbench.colorCustomizations": {
"editor.background": "#003300",
"editor.foreground": "#FFFFFF",
"editor.lineHighlightBackground": "#005500",
"editorCursor.foreground": "#FFFF00",
"editor.selectionBackground": "#007700",
"editor.selectionHighlightBackground": "#ffd900b0",
"sideBar.background": "#002200",
"sideBar.foreground": "#CCCCCC",
"sideBarSectionHeader.background": "#003300",
"sideBarSectionHeader.foreground": "#FFD700",
"activityBar.background": "#001100",
"activityBar.foreground": "#FFD700",
"activityBarBadge.background": "#FFD700",
"activityBarBadge.foreground": "#000000",
"titleBar.activeBackground": "#002200",
"titleBar.activeForeground": "#FFD700",
"statusBar.background": "#001100",
"statusBar.foreground": "#FFD700",
"list.activeSelectionBackground": "#005500",
"list.activeSelectionForeground": "#FFD700",
"list.hoverBackground": "#004400",
"tab.activeBackground": "#004400",
"tab.inactiveBackground": "#002200",
"tab.activeForeground": "#FFD700"
}
}
}