Spaces:
Running
on
Zero
Running
on
Zero
{ | |
"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", | |
} | |