Spaces:
Running
on
Zero
Running
on
Zero
File size: 1,112 Bytes
947767a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
{
"editor.rulers": [
100
],
"flake8.args": [
"--max-line-length=100"
],
"black-formatter.args": [
"--line-length=100",
],
"editor.formatOnSave": true,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#4b668e",
"activityBar.background": "#4b668e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#532c3c",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#4b668e",
"statusBar.background": "#394e6d",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#4b668e",
"statusBarItem.remoteBackground": "#394e6d",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#394e6d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#394e6d99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#394e6d",
}
|