diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..675a243 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,17 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#a59de2", + "activityBar.background": "#a59de2", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#f8e8e6", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#a59de2", + "titleBar.activeBackground": "#8176d6", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#8176d699", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#8176d6" +} \ No newline at end of file diff --git a/TEMPLATE-docker-compose.yaml b/TEMPLATE-docker-compose.yml similarity index 100% rename from TEMPLATE-docker-compose.yaml rename to TEMPLATE-docker-compose.yml