Skip to content

Instantly share code, notes, and snippets.

@malcolm-kee
Created June 7, 2019 06:48
Show Gist options
  • Save malcolm-kee/1683455a5b6720ccb352ff6e875a964d to your computer and use it in GitHub Desktop.
Save malcolm-kee/1683455a5b6720ccb352ff6e875a964d to your computer and use it in GitHub Desktop.
Presentation-Friendly VS Code Settings
{
"workbench.colorTheme": "GitHub Clean White",
"workbench.colorCustomizations": {
"editorCursor.background": "#ffffff",
"editorCursor.foreground": "#0000bb",
"editor.lineHighlightBackground": "#f0f0f0",
"editor.selectionBackground": "#aaeeff"
},
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
"explorer.openEditors.visible": 0,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderIndentGuides": false,
"editor.fontWeight": "600",
"editor.fontSize": 24,
"markdown.preview.fontSize": 24,
"terminal.integrated.fontWeight": "800",
"terminal.integrated.fontSize": 28,
"terminal.integrated.shell.linux": "/bin/bash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment