mirror of
https://github.com/bndr/pipreqs.git
synced 2025-07-28 13:51:37 +00:00
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#5d98cd",
|
|
"activityBar.background": "#5d98cd",
|
|
"activityBar.foreground": "#15202b",
|
|
"activityBar.inactiveForeground": "#15202b99",
|
|
"activityBarBadge.background": "#f0cee0",
|
|
"activityBarBadge.foreground": "#15202b",
|
|
"commandCenter.border": "#e7e7e799",
|
|
"sash.hoverBorder": "#5d98cd",
|
|
"statusBar.background": "#3a7fbd",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#5d98cd",
|
|
"statusBarItem.remoteBackground": "#3a7fbd",
|
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
|
"titleBar.activeBackground": "#3a7fbd",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#3a7fbd99",
|
|
"titleBar.inactiveForeground": "#e7e7e799"
|
|
},
|
|
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test_*.py"],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"peacock.color": "#3a7fbd"
|
|
}
|