Framer Syntax Theme - A beautiful VSCode & Atom theme, inspired by our code editor
by•
Syntax is a new theme inspired by the color, clarity and characteristics of Framer’s popular code editor. By using visual aids like specific selection highlighting and custom widget styling, this minimalist dark theme helps you understand the structure of your code, even while editing large files.



Replies
Framer
Pitch
Wireframe Components Kit
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
Framer
Bitdock