Created
June 7, 2019 06:48
-
-
Save malcolm-kee/1683455a5b6720ccb352ff6e875a964d to your computer and use it in GitHub Desktop.
Presentation-Friendly VS Code Settings
This file contains hidden or 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.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