17 lines
627 B
JSON
17 lines
627 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"tree.indentGuidesStroke": "#3d92ec",
|
|
"activityBar.background": "#4C0A64",
|
|
"titleBar.activeBackground": "#6A0E8C",
|
|
"titleBar.activeForeground": "#FDFAFE",
|
|
"titleBar.inactiveBackground": "#4C0A64",
|
|
"titleBar.inactiveForeground": "#FDFAFE",
|
|
"statusBar.background": "#4C0A64",
|
|
"statusBar.foreground": "#FDFAFE",
|
|
"statusBar.debuggingBackground": "#4C0A64",
|
|
"statusBar.debuggingForeground": "#FDFAFE",
|
|
"statusBar.noFolderBackground": "#4C0A64",
|
|
"statusBar.noFolderForeground": "#FDFAFE"
|
|
}
|
|
}
|