Skip to content

Instantly share code, notes, and snippets.

@vssn
Created May 23, 2020 23:38
Show Gist options
  • Select an option

  • Save vssn/c1d50a76dfc3e6747afb22eca2d57a07 to your computer and use it in GitHub Desktop.

Select an option

Save vssn/c1d50a76dfc3e6747afb22eca2d57a07 to your computer and use it in GitHub Desktop.

Revisions

  1. vssn created this gist May 23, 2020.
    17 changes: 17 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    // 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]": {}
    }
    }


    10 changes: 10 additions & 0 deletions workspace.settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    // VS Code Workspace specific
    // in your
    // .vscode/settings.json

    {
    "workbench.colorCustomizations": {
    "activityBar.background": "#a82546",
    "activityBar.foreground": "#fff"
    }
    }