Created
March 4, 2020 13:12
-
-
Save lucas-santos/4b1d3962eabccf535831711d4b244697 to your computer and use it in GitHub Desktop.
config vs code with Dracula, Materia Icon Theme and Fira Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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