Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vibrancy Completely Broken, very bright white transparency #204

Open
mv-stns opened this issue Jul 20, 2024 · 0 comments
Open

Vibrancy Completely Broken, very bright white transparency #204

mv-stns opened this issue Jul 20, 2024 · 0 comments

Comments

@mv-stns
Copy link

mv-stns commented Jul 20, 2024

Unfortunately since quite some time now im completely unable to use this extension to rice up my vscode, partly...
I wish to use the vibrancy to use some cool transparency effects...
Is there any fix to this?

scrnsht_20-07 -2024at 13 52 25

Code
// "apc.stylesheet": {
// 	".monaco-editor .cursor": "background: linear-gradient(to bottom, #FBA31F, #FBA31F) !important; box-shadow: 0 0 40px 5px #FBA31F, #FBA31F 0px 0px 5px 1px; color: #FBA31F !important"
// },
{
  "apc.font.family": "Geist Mono",
  "update.mode": "manual",
  "editor.fontSize": 11,
  "editor.fontWeight": 550,
  "editor.bracketPairColorization.enabled": true,
  "editor.indentSize": 2,
  "editor.roundedSelection": true,
  "editor.smoothScrolling": true,
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.cursorWidth": 1,
  "editor.cursorBlinking": "phase",
  "editor.inlayHints.enabled": "off",
  "editor.glyphMargin": false,
  "editor.inlayHints.padding": true,
  "editor.scrollbar.verticalScrollbarSize": 9,
  "editor.scrollbar.vertical": "visible",
  "editor.scrollbar.horizontalScrollbarSize": 9,
  "window.autoDetectColorScheme": false,
  "workbench.fontAliasing": "default",
  "window.titleBarStyle": "native",
  "editor.padding.top": 6,
  "breadcrumbs.filePath": "on",
  "editor.guides.indentation": true,

  "apc.statusBar": {
    "height": 32
  },
  "apc.electron": {
    "titleBarStyle": "hiddenInset",
    "trafficLightPosition": {
      "x": 18,
      "y": 17
    },
    "backgroundColor": "#00000000",
    "transparent": true,
    "vibrancy": "under-page"
  },
  "apc.header": {
    "height": 24
  },
  "apc.sidebar.titlebar": {
    "height": 46,
    "fontSize": 12
  },
  "apc.activityBar": {
    "size": 40,
    "itemSize": 36,
    "itemMargin": 8,
    "position": "bottom",
    "hideSettings": true
  },
  "apc.stylesheet": {
    ".custom-sidebar-titlebar .sidebar .composite.title .title-label": "visibility: hidden;",
    ".custom-sidebar-titlebar .sidebar .composite.title .title-actions": "padding-left: -100px; padding-top: 2px;",
    ".monaco-workbench .part.statusbar>.items-container>.statusbar-item.left.first-visible-item": "padding-left: 0;",
    ".statusbar #status\\.host": "display: block !important; width: calc(var(--activity-bar-action-size) - 1px); background: [#555](https://github.com/lehni/vscode-titlebar-less-macos/issues/555) !important;",
    ".statusbar #status\\.host .codicon": "margin: 0 auto;",
    "div.invisible.scrollbar.vertical.fade .slider": "border-radius: 10px !important;",
    "div.visible.scrollbar.vertical .slider": "border-radius: 10px !important;",
    "div.invisible.scrollbar.horizontal.fade .slider": "border-radius: 10px !important;",
    "div.visible.scrollbar.horizontal .slider": "border-radius: 10px !important;",
    ".monaco-editor .cursors-layer.cursor-block-style .cursor": "transform: translateX(-1px); width: 9px !important; color: transparent; border-width: 1px; border-color: #ffffff8b; border-style: solid; border-radius: 2px; background: #ffffff4b",
    ".breadcrumbs-control": "height: 18px",
    ".monaco-breadcrumbs": "font-size: 11px; transform: translateY(0px);",
    "body": "border: 1px solid #ffffff1f; border-radius: 10px; box-sizing: border-box;",
    ".monaco-workbench .part.statusbar": "border-bottom: 2px solid #ffffff1f; border-radius: 9px; border-bottom-right-radius: 13.5px",
    ".monaco-workbench .part.editor[role=main]": "border-right: 1.5px solid #ffffff1f; border-top-right-radius: 12px",
    ".monaco-workbench .part.panel.basepanel.bottom": "border-right: 2px solid #ffffff1f; border-right-color: #ffffff1f !important;"
  },

  "workbench.colorCustomizations": {
    "editorCursor.foreground": "#ffffff8d",
    "editorBracketMatch.border": "#d9d9d9",
    "editor.lineHighlightBackground": "#00000000",
    "editor.lineHighlightBorder": "#00000000",
    "editorIndentGuide.background1": "#ffffff10",
    "editorIndentGuide.activeBackground1": "#b4b4b437",
    "focusBorder": "#00000000",
    "statusBar.background": "#23232300",
    "statusBarItem.remoteBackground": "#ffffff00",
    "statusBar.border": "#ffffff1e",
    "sash.hoverBorder": "#afafaf00",
    "editorGroupHeader.border": "#ffffff00",
    "activityBar.background": "#27272700",
    "sideBar.background": "#1f1f1f00",
    "activityBar.border": "#ffffff00",
    "list.inactiveSelectionBackground": "#ffffff11",

    "[Xcode Default (Dark)]": {
      "editorCursor.foreground": "#357bff",
      "scrollbar.shadow": "#00000000",
      "editorGroupHeader.border": "#ffffff1c"
    }
  },
  "symbols.hidesExplorerArrows": false,
  "terminal.integrated.env.osx": {
    "FIG_NEW_SESSION": "1"
  },
  "remote.SSH.remotePlatform": {
    "*.gitpod.io": "linux"
  },
  "animations.Install-Method": "Apc Customize UI++",
  "apc.imports": [
    "file://${userHome}/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.3/dist/updateHandler.js"
  ],
  "workbench.colorTheme": "Xcode Default (Dark)",
  "[jsonc]": {
    "editor.defaultFormatter": "svipas.prettier-plus"
  },
  "workbench.preferredLightColorTheme": "Xcode Default (Dark Customized Version)",
  "workbench.preferredDarkColorTheme": "Xcode Default (Dark Customized Version)",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant