trainsim/.vscode/settings.json
2025-02-02 23:29:40 -07:00

25 lines
918 B
JSON

{
"deno.enable": true,
"deno.unstable": true,
"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
}