Skip to content

Instantly share code, notes, and snippets.

@brandonb927
Created June 22, 2018 15:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brandonb927/c02a93d814a3fc7ef104213a0a0642f4 to your computer and use it in GitHub Desktop.
Save brandonb927/c02a93d814a3fc7ef104213a0a0642f4 to your computer and use it in GitHub Desktop.
A clean UI for VS Code, user configuration
{
"editor.fontLigatures": true,
"editor.glyphMargin": false,
"editor.lineNumbers": "off",
"editor.snippetSuggestions": "top",
"editor.tabCompletion": true,
"editor.minimap.enabled": false,
"explorer.confirmDelete": false,
"explorer.openEditors.visible": 0,
"window.title": "${rootName}${separator}${activeEditorMedium}",
"window.zoomLevel": 0,
"window.clickThroughInactive": false,
"workbench.colorCustomizations": {
"statusBar.background": "#303030",
"statusBar.debuggingBackground": "#511f1f",
"statusBar.noFolderBackground": "#222225"
},
"workbench.colorTheme": "Tomorrow Night Eighties",
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "vs-seti",
"workbench.activityBar.visible": false,
"workbench.editor.tabSizing": "shrink",
"workbench.sideBar.location": "left",
"workbench.settings.enableNaturalLanguageSearch": false // Disables Bing searches... yeah....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment