26 lines
953 B
JSON
26 lines
953 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#83a0ea",
|
|
"activityBar.background": "#83a0ea",
|
|
"activityBar.foreground": "#15202b",
|
|
"activityBar.inactiveForeground": "#15202b99",
|
|
"activityBarBadge.background": "#fae4ea",
|
|
"activityBarBadge.foreground": "#15202b",
|
|
"commandCenter.border": "#e7e7e799",
|
|
"sash.hoverBorder": "#83a0ea",
|
|
"statusBar.background": "#577ee3",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#83a0ea",
|
|
"statusBarItem.remoteBackground": "#577ee3",
|
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
|
"titleBar.activeBackground": "#577ee3",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#577ee399",
|
|
"titleBar.inactiveForeground": "#e7e7e799"
|
|
},
|
|
"peacock.remoteColor": "#577ee3",
|
|
"deno.enable": true,
|
|
"deno.unstable": true,
|
|
"deno.config": "./deno.jsonc",
|
|
"svg.preview.background": "black"
|
|
} |