Skip to content

Instantly share code, notes, and snippets.

@jeffreyvr
Created August 16, 2023 14:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreyvr/3f931604d1b6b167494f6f47fb1aea86 to your computer and use it in GitHub Desktop.
Save jeffreyvr/3f931604d1b6b167494f6f47fb1aea86 to your computer and use it in GitHub Desktop.
VScode Apc Customize++ settings
{
"window.titleBarStyle": "native",
"workbench.colorCustomizations": {
"[Example Theme]": {
"sideBar.background": "#00000000"
}
},
"apc.electron": {
"backgroundColor": "rgba(255, 255, 255, .1)",
"vibrancy": "sidebar",
"transparent": true,
"visualEffectState": "active",
"titleBarStyle": "hidden",
"trafficLightPosition": {
"x": 7,
"y": 10
}
},
"apc.listRow": {
"height": 26,
"fontSize": 14
},
"apc.font.family": "SF Pro",
"apc.stylesheet": {
".editor .title": "background: transparent !important;",
".editor .title .label-container": "visibility: hidden;",
".editor .scrollbar .slider": "visibility: hidden",
".editor .scrollbar:hover .slider": "visibility: initial",
".monaco-editor .scroll-decoration": "visibility: hidden",
".monaco-scrollable-element>.shadow.top": "visibility: hidden",
".inline-no-tabs-placeholder": "background: transparent !important;"
}
}
@jeffreyvr
Copy link
Author

jeffreyvr commented Aug 16, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment