nightfall-planes/.vscode/settings.json
2023-07-07 17:40:59 -06:00

25 lines
913 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#af666c",
"activityBar.background": "#af666c",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#2f542c",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#af666c",
"statusBar.background": "#944e53",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#af666c",
"statusBarItem.remoteBackground": "#944e53",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#944e53",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#944e5399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#de088c",
"deno.enable": true,
"deno.unstable": true,
"peacock.color": "#944e53"
}