RMusicBot/.vscode/settings.json

8 lines
221 B
JSON
Raw Normal View History

{
2020-01-10 08:59:12 +00:00
"editor.formatOnSave": true,
"workbench.colorCustomizations": {
"activityBar.background": "#2B300C",
"titleBar.activeBackground": "#3D4311",
"titleBar.activeForeground": "#F9FBEF"
}
}