Files
tps/.vscode/settings.json
Julien Calixte b620badf5c black color
2024-12-22 18:55:45 +01:00

25 lines
918 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"peacock.color": "#002992",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#184630",
"activityBar.background": "#184630",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#9259c6",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#184630",
"statusBar.background": "#0b2016",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#184630",
"statusBarItem.remoteBackground": "#0b2016",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#0b2016",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0b201699",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#0b2016"
}