add: Members section and emojify

This commit is contained in:
lily 2025-04-14 19:05:18 -04:00
parent ee193579e3
commit d3d41c1668
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
2 changed files with 69 additions and 4 deletions

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"workbench.colorCustomizations": {
"editorCursor.foreground": "#ef857d",
"activityBarBadge.background": "#e9dbb7",
"activityBarBadge.foreground": "#262626",
"statusBar.background": "#9f5a51",
"statusBar.foreground": "#e9dbb7"
}
}