Skip to content

Instantly share code, notes, and snippets.

@brunston
Last active May 3, 2018 21:24
Show Gist options
  • Save brunston/4d2f049e0e64cff46414e32b5b5627f0 to your computer and use it in GitHub Desktop.
Save brunston/4d2f049e0e64cff46414e32b5b5627f0 to your computer and use it in GitHub Desktop.
{
"http.proxyStrictSSL": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"update.channel": "none",
"vim.disableAnnoyingNeovimMessage": true,
"editor.rulers":[100],
"editor.parameterHints": true,
"vim.cmdLineInitialColon": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"vim.useSystemClipboard": true,
"window.newWindowDimensions": "inherit",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#00BCD4",
"list.activeSelectionForeground": "#00BCD4",
"list.inactiveSelectionForeground": "#00BCD4",
"list.highlightForeground": "#00BCD4",
"scrollbarSlider.activeBackground": "#00BCD450",
"editorSuggestWidget.highlightForeground": "#00BCD4",
"textLink.foreground": "#00BCD4",
"progressBar.background": "#00BCD4",
"pickerGroup.foreground": "#00BCD4",
"tab.activeBorder": "#00BCD4"
},
"materialTheme.cache.workbench.settings": {
"accent": "Cyan",
"themeColours": "Palenight",
"accentPrevious": "Indigo"
},
"editor.multiCursorModifier": "alt",
"editor.renderWhitespace": "boundary"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment