Honestly way too much went into this single commit. I am so sorry future me

This commit is contained in:
Emma
2023-06-09 00:54:00 -06:00
parent cd3f653f3f
commit 42c0004150
67 changed files with 4617 additions and 92 deletions

33
.vscode/settings.json vendored
View File

@@ -1,25 +1,26 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d2d1f5",
"activityBar.background": "#d2d1f5",
"activityBar.activeBackground": "#83a0ea",
"activityBar.background": "#83a0ea",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#dd6562",
"activityBarBadge.background": "#fae4ea",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#d2d1f5",
"statusBar.background": "#a9a7ec",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#807de3",
"statusBarItem.remoteBackground": "#a9a7ec",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#a9a7ec",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#a9a7ec99",
"titleBar.inactiveForeground": "#15202b99"
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#83a0ea",
"statusBar.background": "#577ee3",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#83a0ea",
"statusBarItem.remoteBackground": "#577ee3",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#577ee3",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#577ee399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#a9a7ec",
"peacock.remoteColor": "#577ee3",
"deno.enable": true,
"deno.unstable": true,
"deno.config": "./deno.jsonc"
"deno.config": "./deno.jsonc",
"svg.preview.background": "black"
}