Skip to content

Instantly share code, notes, and snippets.

@mkorkmaz
Last active January 29, 2019 23:21
Show Gist options
  • Save mkorkmaz/b8045f18908e1f8371bd7c05d0315e46 to your computer and use it in GitHub Desktop.
Save mkorkmaz/b8045f18908e1f8371bd7c05d0315e46 to your computer and use it in GitHub Desktop.
{
"telemetry.enableCrashReporter": false,
"cSpell.userWords": [
],
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.fontFamily": "Consolas, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"workbench.colorCustomizations": {
"editor.background": "#272933",
"activityBar.background": "#272933",
"panel.background": "#1A1D2D",
"sideBar.background": "#1A1D2D",
"editor.selectionBackground": "#1A1D2D",
"sideBarSectionHeader.background": "#272933",
"sideBar.foreground": "#ddddff",
"list.activeSelectionBackground": "#444466",
"list.activeSelectionForeground": "#ddddff"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment