Skip to content

Instantly share code, notes, and snippets.

@chhh
Created May 6, 2021 22:19
Show Gist options
  • Select an option

  • Save chhh/1479f52e7cb16c8b3ffc0fa1b556cf1f to your computer and use it in GitHub Desktop.

Select an option

Save chhh/1479f52e7cb16c8b3ffc0fa1b556cf1f to your computer and use it in GitHub Desktop.

Revisions

  1. chhh created this gist May 6, 2021.
    8 changes: 8 additions & 0 deletions vscode-settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    "editor.rulers": [80,100],
    "workbench.colorTheme": "Monokai",
    "explorer.confirmDelete": false,
    "workbench.colorCustomizations": {
    // "tab.activeBorder": "#0A84FF",
    "tab.activeBorderTop": "#c505df",
    "tab.unfocusedActiveBorder": "#000000"
    },