Skip to content

Instantly share code, notes, and snippets.

@vssn
Created May 23, 2020 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vssn/c1d50a76dfc3e6747afb22eca2d57a07 to your computer and use it in GitHub Desktop.
Save vssn/c1d50a76dfc3e6747afb22eca2d57a07 to your computer and use it in GitHub Desktop.
VS Code Color and Telemetry defaults
// VS Code Settings
{
"workbench.colorTheme": "White Italic Night",
"window.autoDetectColorScheme": true,
"workbench.preferredDarkColorTheme": "White Italic Night",
"workbench.preferredLightColorTheme": "White Italic",
"workbench.preferredHighContrastColorTheme": "White Italic",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"gitlens.advanced.telemetry.enabled": false,
"workbench.colorCustomizations": {
"[White Italic Night]": {}
}
}
// VS Code Workspace specific
// in your
// .vscode/settings.json
{
"workbench.colorCustomizations": {
"activityBar.background": "#a82546",
"activityBar.foreground": "#fff"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment