battlelog/.vscode/settings.json

26 lines
953 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#66b2f4",
"activityBar.background": "#66b2f4",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#d00f76",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#66b2f4",
"statusBar.background": "#369af1",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#1081e4",
"statusBarItem.remoteBackground": "#369af1",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#369af1",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#369af199",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.remoteColor": "#369af1",
"deno.enable": true,
"deno.unstable": true,
"deno.config": "./deno.jsonc",
"svg.preview.background": "black"
}