Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created March 12, 2021 14:08
Show Gist options
  • Save vedovelli/2a9b2efa9bee1e589500505c389939d6 to your computer and use it in GitHub Desktop.
Save vedovelli/2a9b2efa9bee1e589500505c389939d6 to your computer and use it in GitHub Desktop.
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#007c27",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveBackground": "#007c27",
"activityBar.background": "#007c27",
"activityBar.foreground": "#ffffff",
"activityBarBadge.background": "#f4c300",
"activityBarBadge.foreground": "#000000"
},
"terminal.integrated.fontSize": 12,
"window.zoomLevel": 1,
"editor.fontSize": 15,
"editor.lineHeight": 35
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment