Created
August 16, 2023 14:55
-
-
Save jeffreyvr/3f931604d1b6b167494f6f47fb1aea86 to your computer and use it in GitHub Desktop.
VScode Apc Customize++ settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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;" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#00000000 makes it transparent
Theme: https://github.com/jeffreyvr/taylor-otwell-vscode-theme
Extension needed: https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension