25 lines
916 B
JSON
25 lines
916 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#d2d1f5",
|
|
"activityBar.background": "#d2d1f5",
|
|
"activityBar.foreground": "#15202b",
|
|
"activityBar.inactiveForeground": "#15202b99",
|
|
"activityBarBadge.background": "#dd6562",
|
|
"activityBarBadge.foreground": "#15202b",
|
|
"commandCenter.border": "#15202b99",
|
|
"sash.hoverBorder": "#d2d1f5",
|
|
"statusBar.background": "#a9a7ec",
|
|
"statusBar.foreground": "#15202b",
|
|
"statusBarItem.hoverBackground": "#807de3",
|
|
"statusBarItem.remoteBackground": "#a9a7ec",
|
|
"statusBarItem.remoteForeground": "#15202b",
|
|
"titleBar.activeBackground": "#a9a7ec",
|
|
"titleBar.activeForeground": "#15202b",
|
|
"titleBar.inactiveBackground": "#a9a7ec99",
|
|
"titleBar.inactiveForeground": "#15202b99"
|
|
},
|
|
"peacock.remoteColor": "#a9a7ec",
|
|
"deno.enable": true,
|
|
"deno.unstable": true,
|
|
"deno.config": "./deno.jsonc"
|
|
} |