Skip to content

Instantly share code, notes, and snippets.

@vs0uz4
Forked from vedovelli/vitor.code-workspace
Created March 15, 2021 11:00
Show Gist options
  • Save vs0uz4/99e12ce79f7bd9bf28c8f74560658818 to your computer and use it in GitHub Desktop.
Save vs0uz4/99e12ce79f7bd9bf28c8f74560658818 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