10 lines
256 B
JSON
10 lines
256 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"tree.indentGuidesStroke": "#3d92ec",
|
|
"activityBar.background": "#0C188E",
|
|
"titleBar.activeBackground": "#1121C7",
|
|
"titleBar.activeForeground": "#F9F9FE"
|
|
},
|
|
"liveServer.settings.root": "/public"
|
|
}
|