Skip to content

Instantly share code, notes, and snippets.

@eugener
Last active May 10, 2018 13:46
Show Gist options
  • Save eugener/d1ced48c3d1d1c772e6b0b8e17891a79 to your computer and use it in GitHub Desktop.
Save eugener/d1ced48c3d1d1c772e6b0b8e17891a79 to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 15,
"editor.fontFamily": "Consolas, Menlo, Monaco, 'Courier New', monospace",
"editor.tabSize": 4,
"terminal.integrated.fontFamily": "Consolas, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontSize": 15,
// "terminal.integrated.fontWeight"
"http.proxy": "http://go-proxy.fpl.com:8080",
"workbench.colorTheme": "Light (Visual Studio for Mac)",
"[typescriptreact]": {
},
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"workbench.colorCustomizations": {
"editor.background" :"#EEEEEE",
"activityBar.background": "#3b3b3b",
"activityBar.foreground": "#FFFFFF",
"activityBarBadge.background": "#FF4A41",
"editorIndentGuide.activeBackground": "#01ad0af8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment