Created
December 21, 2019 19:03
-
-
Save SHND/c6038f49e0cd4c1317b1d8f43037956e to your computer and use it in GitHub Desktop.
visual studio 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": "Material Theme High Contrast", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"sublimeTextKeymap.promptV3Features": true, | |
"editor.fontLigatures": true, | |
"terminal.integrated.shell.osx": "/bin/zsh", | |
"terminal.integrated.fontFamily": "Hack Nerd Font, Source Code Pro for Powerline, Meslo LG S for Powerline", | |
"editor.cursorBlinking": "smooth", | |
"editor.cursorSmoothCaretAnimation": true, | |
"editor.cursorWidth": 2, | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "underline", | |
"workbench.iconTheme": "material-icon-theme", | |
"material-icon-theme.folders.color": "#42a5f5", | |
"material-icon-theme.saturation": 0.8, | |
"window.zoomLevel": 0, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment