Skip to content

Instantly share code, notes, and snippets.

@distantcam
Created March 28, 2019 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save distantcam/4d2e25932ed3b81d79d66eb61c4db1f9 to your computer and use it in GitHub Desktop.
Save distantcam/4d2e25932ed3b81d79d66eb61c4db1f9 to your computer and use it in GitHub Desktop.
Presentation settings for vscode
{
"recommendations": [
"saviorisdead.theme-githubcleanwhite",
"evilz.vscode-reveal"
]
}
{
"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.fontFamily": "SF Mono",
"editor.fontWeight": "600",
"editor.fontSize": 24,
"terminal.integrated.fontFamily": "SF Mono",
"terminal.integrated.fontWeight": "800",
"terminal.integrated.fontSize": 28,
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.linux": [],
"terminal.integrated.shellArgs.windows": [],
"editor.formatOnSave": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment