battlelog/.vscode/settings.json
2023-04-14 22:55:22 -06:00

24 lines
883 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#c3bc9e",
"activityBar.background": "#c3bc9e",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#558a80",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#c3bc9e",
"statusBar.background": "#afa67f",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#9a9061",
"statusBarItem.remoteBackground": "#afa67f",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#afa67f",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#afa67f99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.remoteColor": "#afa67f",
"deno.enable": true,
"deno.unstable": true
}