17 lines
627 B
JSON
17 lines
627 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"tree.indentGuidesStroke": "#3d92ec",
|
|
"activityBar.background": "#594905",
|
|
"titleBar.activeBackground": "#7D6607",
|
|
"titleBar.activeForeground": "#FEFBEC",
|
|
"titleBar.inactiveBackground": "#594905",
|
|
"titleBar.inactiveForeground": "#FEFBEC",
|
|
"statusBar.background": "#594905",
|
|
"statusBar.foreground": "#FEFBEC",
|
|
"statusBar.debuggingBackground": "#594905",
|
|
"statusBar.debuggingForeground": "#FEFBEC",
|
|
"statusBar.noFolderBackground": "#594905",
|
|
"statusBar.noFolderForeground": "#FEFBEC"
|
|
}
|
|
}
|