Skip to content

Instantly share code, notes, and snippets.

@natew
Created August 10, 2023 23:54
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natew/7d9c4ed360e314861c8d8144a5c67040 to your computer and use it in GitHub Desktop.
Save natew/7d9c4ed360e314861c8d8144a5c67040 to your computer and use it in GitHub Desktop.
my customize ui vscode
{
"apc.activityBar": {
"position": "bottom",
"hideSettings": true,
"size": 20
},
"apc.statusBar": {
"position": "editor-bottom",
"height": 22,
"fontSize": 12
},
"apc.electron": {
"titleBarStyle": "hiddenInset",
"trafficLightPosition": {
"x": 8,
"y": 10
}
},
"apc.header": {
"height": 34,
"fontSize": 14
},
"apc.listRow": {
"height": 21,
"fontSize": 13
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment