RMusicBot/.vscode/settings.json

9 lines
252 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"
2020-03-09 12:00:04 +00:00
},
"gitea.repo": "RMusicBot"
}