Skip to content

Instantly share code, notes, and snippets.

@joedixon
Created May 7, 2018 08:04
Show Gist options
  • Save joedixon/cdd75bae0a7666614a135ed5df712493 to your computer and use it in GitHub Desktop.
Save joedixon/cdd75bae0a7666614a135ed5df712493 to your computer and use it in GitHub Desktop.
{
"workbench.statusBar.visible": false,
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": false,
"editor.minimap.enabled": false,
"workbench.colorTheme": "Coffee (rainglow)",
"editor.tabCompletion": true,
"editor.fontSize": 14,
"editor.fontFamily": "Monaco, Menlo, 'Courier New', monospace",
"workbench.editor.showTabs": false,
"workbench.colorCustomizations": {
"button.background": "#1A1516",
"button.foreground": "#C4BABB"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment