Skip to content

Instantly share code, notes, and snippets.

@rusty-1-shaun
Created February 11, 2021 18:37
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 rusty-1-shaun/4dcfe0a557897da239a68cad3c3ce179 to your computer and use it in GitHub Desktop.
Save rusty-1-shaun/4dcfe0a557897da239a68cad3c3ce179 to your computer and use it in GitHub Desktop.
My VsCode styling

VS Code Styling

Editor

    "workbench.colorCustomizations" : {

        "editorBracketMatch.background": "#ff88007a",
        "editorBracketMatch.border": "#ff8800",
        "editorIndentGuide.activeBackground": "#ff8800"
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment