I ended up overwriting the background colors with the VS Code defaults. Much easier contrast on the eyes, along with the Framer Syntax colors. Here's the User Settings snippet if you wanna try it out:
{
"window.zoomLevel": 0,
"workbench.colorTheme": "Framer Syntax",
"workbench.colorCustomizations": {
"statusBar.background": "#279DF9",
"statusBar.foreground": "#fff",
"statusBarItem.hoverBackground": "#2183D0",
"statusBarItem.activeBackground": "#53B0F9",
"panel.background": "#1e1e1e",
"sideBar.background": "#1e1e1e",
"editor.background": "#1e1e1e",
"editorGutter.background": "#1a1a1a"
}
}
Pros:Really nice bright color combinations, Framer branding
Cons:Too high contrast in my opinion, especially for using all day