Skip to content

Instantly share code, notes, and snippets.

@dheffx
Created July 29, 2018 01:32
Show Gist options
  • Save dheffx/1db2b2e68cb79caf672ca5a1fc423cb6 to your computer and use it in GitHub Desktop.
Save dheffx/1db2b2e68cb79caf672ca5a1fc423cb6 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"indenticator.inner.showHighlight": true,
"workbench.colorTheme": "Monokai",
"workbench.colorCustomizations": {
"terminal.foreground": "#fafafa",
"terminal.background": "#000000",
"terminalCursor.foreground": "#ff0000"
},
"terminal.integrated.copyOnSelection": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.fontFamily": "Menlo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment