Skip to content

Instantly share code, notes, and snippets.

@gillkyle
Created April 28, 2020 19:45
Show Gist options
  • Save gillkyle/c35438c7b67bc2ac3c31b12f34795a78 to your computer and use it in GitHub Desktop.
Save gillkyle/c35438c7b67bc2ac3c31b12f34795a78 to your computer and use it in GitHub Desktop.
{
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.colorTheme": "Hyper Term Black",
"workbench.iconTheme": "vscode-icons",
"workbench.sideBar.location": "right",
"workbench.colorCustomizations": {
"editor.selectionHighlightBackground": "#24386e",
"editor.findMatchBackground": "#2d364e",
"editor.findMatchHighlightBackground": "#38415c"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment