Skip to content

Instantly share code, notes, and snippets.

@lucas-santos
Created March 4, 2020 13:12
Show Gist options
  • Save lucas-santos/4b1d3962eabccf535831711d4b244697 to your computer and use it in GitHub Desktop.
Save lucas-santos/4b1d3962eabccf535831711d4b244697 to your computer and use it in GitHub Desktop.
config vs code with Dracula, Materia Icon Theme and Fira Code
{
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 18,
"editor.fontLigatures": true,
"window.zoomLevel": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment