-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfxgui.code-workspace
More file actions
30 lines (30 loc) · 905 Bytes
/
Copy pathfxgui.code-workspace
File metadata and controls
30 lines (30 loc) · 905 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#4d4d4d",
"activityBar.background": "#4d4d4d",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#308f30",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#4d4d4d",
"statusBar.background": "#333333",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#4d4d4d",
"statusBarItem.remoteBackground": "#333333",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#333333",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#33333399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#333333",
"git.ignoreLimitWarning": true
}
}