Skip to content

Instantly share code, notes, and snippets.

@SHND
Created December 21, 2019 19:03
Show Gist options
  • Save SHND/c6038f49e0cd4c1317b1d8f43037956e to your computer and use it in GitHub Desktop.
Save SHND/c6038f49e0cd4c1317b1d8f43037956e to your computer and use it in GitHub Desktop.
visual studio code settings
{
"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