25 lines
918 B
JSON
25 lines
918 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"peacock.color": "#002992",
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#0037c5",
|
|
"activityBar.background": "#0037c5",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#200009",
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
|
"commandCenter.border": "#e7e7e799",
|
|
"sash.hoverBorder": "#0037c5",
|
|
"statusBar.background": "#002992",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#0037c5",
|
|
"statusBarItem.remoteBackground": "#002992",
|
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
|
"titleBar.activeBackground": "#002992",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#00299299",
|
|
"titleBar.inactiveForeground": "#e7e7e799"
|
|
},
|
|
"peacock.remoteColor": "#002992"
|
|
}
|