Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Forked from joedixon/vs-code-settings.json
Created May 7, 2018 08:22
Show Gist options
  • Save zaydek-old/0fc4af5e1c698d72f5b096415172a7d4 to your computer and use it in GitHub Desktop.
Save zaydek-old/0fc4af5e1c698d72f5b096415172a7d4 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