Skip to content

Instantly share code, notes, and snippets.

@davo
Created January 11, 2019 18:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davo/7a7f9e23a4c282161060c1e9baa4d8c8 to your computer and use it in GitHub Desktop.
Save davo/7a7f9e23a4c282161060c1e9baa4d8c8 to your computer and use it in GitHub Desktop.
VS Code customization for Framer X projects
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#05f",
"titleBar.inactiveBackground": "#09f",
"titleBar.inactiveForeground": "#262626",
"titleBar.activeForeground": "#ffffff"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment