Created
March 28, 2019 07:15
-
-
Save distantcam/4d2e25932ed3b81d79d66eb61c4db1f9 to your computer and use it in GitHub Desktop.
Presentation settings for vscode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"recommendations": [ | |
"saviorisdead.theme-githubcleanwhite", | |
"evilz.vscode-reveal" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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