Skip to content

Instantly share code, notes, and snippets.

@wedojava
Created December 5, 2019 14:20
Show Gist options
  • Save wedojava/cc4d0ee6380461a565ad3d632da0b726 to your computer and use it in GitHub Desktop.
Save wedojava/cc4d0ee6380461a565ad3d632da0b726 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Material Theme",
"terminal.integrated.fontFamily": "Fira Code",
"editor.fontFamily": "'Fira Code', 'Fira Mono', Consolas, 'Courier New', monospace",
"editor.lineNumbers": "off",
"editor.lineHeight": 20,
"editor.fontSize": 13,
"editor.fontLigatures": true,
"terminal.integrated.fontWeightBold": "bold"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment