18 lines
666 B
JSON
18 lines
666 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"tree.indentGuidesStroke": "#3d92ec",
|
|
"activityBar.background": "#053241",
|
|
"titleBar.activeBackground": "#07465B",
|
|
"titleBar.activeForeground": "#F3FBFE",
|
|
"titleBar.inactiveBackground": "#053241",
|
|
"titleBar.inactiveForeground": "#F3FBFE",
|
|
"statusBar.background": "#053241",
|
|
"statusBar.foreground": "#F3FBFE",
|
|
"statusBar.debuggingBackground": "#053241",
|
|
"statusBar.debuggingForeground": "#F3FBFE",
|
|
"statusBar.noFolderBackground": "#053241",
|
|
"statusBar.noFolderForeground": "#F3FBFE"
|
|
},
|
|
"phpcs.standard": ".\\phpcs.xml",
|
|
}
|