Created
April 28, 2020 19:45
-
-
Save gillkyle/c35438c7b67bc2ac3c31b12f34795a78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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