trainsim/.vscode/settings.json
2023-02-07 22:44:24 -07:00

26 lines
951 B
JSON

{
"deno.enable": true,
"deno.unstable": true,
"deno.config": "./deno.jsonc",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#520088",
"activityBar.background": "#520088",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#9f6000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#520088",
"statusBar.background": "#330055",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#520088",
"statusBarItem.remoteBackground": "#330055",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#330055",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#33005599",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "330055",
"liveServer.settings.port": 5501
}