battlelog/.vscode/settings.json

25 lines
916 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#a210bb",
"activityBar.background": "#a210bb",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#3b3305",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#a210bb",
"statusBar.background": "#790c8c",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#a210bb",
"statusBarItem.remoteBackground": "#790c8c",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#790c8c",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#790c8c99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#790c8c",
"deno.enable": true,
"deno.unstable": true,
"deno.config": "./deno.jsonc"
}