Files
dev-notes/.vscode/settings.json
T

17 lines
627 B
JSON

{
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#3d92ec",
"activityBar.background": "#040d26",
"titleBar.activeBackground": "#040d26",
"titleBar.activeForeground": "#FCFBFE",
"titleBar.inactiveBackground": "#0A2161",
"titleBar.inactiveForeground": "#FBFCFF",
"statusBar.background": "#0A2161",
"statusBar.foreground": "#FBFCFF",
"statusBar.debuggingBackground": "#0A2161",
"statusBar.debuggingForeground": "#FBFCFF",
"statusBar.noFolderBackground": "#0A2161",
"statusBar.noFolderForeground": "#FBFCFF"
}
}