Ixion

Results 74 comments of Ixion

Thank you for clarifying, now I understand what you mean, I'll look into this.

I've looked into this, but couldn't find a way to fix the issue. Seems like it's caused by setting `div.cslr.monaco-editor-background.bottom-right-radius` to have a transparent `background-color`, meaning that the selection color...

> > > > works fine for me. And Windows OS too. > > VS code version? In 1.7, they enabled `Sandbox` : [microsoft/vscode#154006](https://github.com/microsoft/vscode/issues/154006) . > > This changes the...

Known issue due to breaking Electron 27 changes as mentioned in the description, currently no workaround besides downgrading VSCode to 1.85.2, will keep this issue open for future updates.

Can confirm, Vibrancy isn't being injected into the floating window, and it has a different DOM structure. Will need to investigate both of those issues with both an extension and...

> Are you going to update the extension yet? > I hate having to run as admin every time.. Haven't had the time to test #24 as the changes are...

This shouldn't impede your process if you reinstall VSCode to be a user installation. I've tried looking into this also, but didn't have much success, Windows would give me an...

Vibrancy makes changes to `/vs/code/electron-sandbox/workbench/workbench.html`, `/main.js` and on macOS, `/vs/code/electron-main/main.js` in VSCode's installation folder. You'll also need to copy the contents of `runtime` from this repo to `/vscode-vibrancy-runtime-v6`. You can...

Thanks for the contribution! Although I was wondering, have you considered using `window.autoDetectColorScheme` instead of `dark-mode-listener` as the trigger? It looks like this package is quite old, ships a binary...

I've looked into this and found a native API to monitor dark/light mode changes, and also solved an issue where the check wouldn't work if the user's theme is different...