drcika / apc-extension

https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension
MIT License
594 stars 24 forks source link

Can't make vscode transparent on ubuntu 24 #210

Open lorens-osman-dev opened 1 month ago

lorens-osman-dev commented 1 month ago

Screenshot from 2024-08-04 17-56-41

1. Code Snippet ```json "apc.electron": { "frame": false, "backgroundColor": "rgba(0,0,0,0.95)", "vibrancy": "ultra-dark", "visualEffectState": "active" }, "workbench.colorCustomizations": { "editorGroupHeader.tabsBackground": "#00000000", "sideBar.background": "#00000000", "sideBarSectionHeader.background": "#00000000", "editor.background": "#00000000", "peekViewEditor.background": "#00000000", "peekViewEditorGutter.background": "#00000000", "peekViewTitle.background": "#00000000", "peekViewResult.background": "#00000000", "tab.inactiveBackground": "#00000000", "statusBar.background": "#00000000", "panel.background": "#00000000", "sash.hoverBorder": "#ffffff3e", "sideBar.border": "#ffffff23" } ```
2. Code Snippet ```json "apc.electron": { "vibrancy": "ultra-dark", "frame": false, "transparent": true, "titleBarStyle": "hiddenInset", "opacity": 0.98, "visualEffectState": "active", "backgroundColor": "#00000000", } ```
rez1coder commented 4 weeks ago

Decreasing the value of opacity should work.

      "opacity": 0.98,  // Range: 0-1 (To go fully transparent, set it to 0)