sh_cpl/.vscode/settings.json

23 lines
956 B
JSON
Raw Normal View History

2021-11-01 18:24:41 +01:00
{
"workbench.colorCustomizations": {
2021-11-22 20:49:39 +01:00
"activityBar.activeBackground": "#93e6fc",
"activityBar.activeBorder": "#fa45d4",
"activityBar.background": "#93e6fc",
2021-11-01 18:24:41 +01:00
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
2021-11-22 20:49:39 +01:00
"activityBarBadge.background": "#fa45d4",
2021-11-01 18:24:41 +01:00
"activityBarBadge.foreground": "#15202b",
2021-11-22 20:49:39 +01:00
"sash.hoverBorder": "#93e6fc",
"statusBar.background": "#61dafb",
2021-11-01 18:24:41 +01:00
"statusBar.foreground": "#15202b",
2021-11-22 20:49:39 +01:00
"statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#61dafb",
2021-11-01 18:24:41 +01:00
"statusBarItem.remoteForeground": "#15202b",
2021-11-22 20:49:39 +01:00
"titleBar.activeBackground": "#61dafb",
2021-11-01 18:24:41 +01:00
"titleBar.activeForeground": "#15202b",
2021-11-22 20:49:39 +01:00
"titleBar.inactiveBackground": "#61dafb99",
2021-11-01 18:24:41 +01:00
"titleBar.inactiveForeground": "#15202b99"
},
2021-11-22 20:49:39 +01:00
"peacock.color": "#61dafb",
2021-11-01 18:24:41 +01:00
"python.pythonPath": "cpl-env/bin/python3.9",
}