diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..68f00b33 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,15 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#fdfbf7", + "activityBar.activeBackground": "#fdfbf7", + "activityBar.activeBorder": "#2db286", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#2db286", + "activityBarBadge.foreground": "#15202b", + "statusBar.background": "#f1e6d0", + "statusBarItem.hoverBackground": "#e5d1a9", + "statusBar.foreground": "#15202b" + }, + "peacock.color": "#f1e6d0" +} \ No newline at end of file diff --git a/index.html b/index.html index 5bd6a8e7..2d36c95a 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,21 @@ - - - - - - SyncLounge - - - - -
- - - + + + + + + + SyncLounge + + + + + +
+ + + + \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index e20175b6..00000000 Binary files a/static/favicon.ico and /dev/null differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 00000000..9608b30e Binary files /dev/null and b/static/favicon.png differ diff --git a/static/flags/au.png b/static/flags/au.png new file mode 100644 index 00000000..bee107be Binary files /dev/null and b/static/flags/au.png differ diff --git a/static/flags/aus.png b/static/flags/aus.png deleted file mode 100644 index 8be0c8d7..00000000 Binary files a/static/flags/aus.png and /dev/null differ diff --git a/static/flags/eu.png b/static/flags/eu.png index 55fc1e5d..90ec4dac 100644 Binary files a/static/flags/eu.png and b/static/flags/eu.png differ diff --git a/static/flags/us.png b/static/flags/us.png new file mode 100644 index 00000000..7d2c0fc0 Binary files /dev/null and b/static/flags/us.png differ diff --git a/static/flags/usa.png b/static/flags/usa.png deleted file mode 100644 index f44bce23..00000000 Binary files a/static/flags/usa.png and /dev/null differ