BrandonKirbyson / VSCode-Animations

A VSCode extension that adds animations to the editor
https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.vscode-animations
MIT License
200 stars 6 forks source link

[feature request] New Focus Dimming #53

Open Sir-Ryu opened 6 months ago

Sir-Ryu commented 6 months ago

Hello,

"I love your extension, especially the Focus Dimming feature. I was wondering if it would be possible to add a function similar to Focus Dimming, but that works in reverse. Instead of dimming the unfocused windows when clicking outside the editor or terminal, I would like this new function to dim the focused window, except for the editor and terminal, when clicking inside them. Essentially, it would be a function similar to Focus Dimming, but activated when clicking inside the editor or terminal."

Thank you for your attention and consideration!

BrandonKirbyson commented 6 months ago

Sounds cool, would it be like you focus which part of vscode you are in essentially? Like dim everything except the currently focused pane in a single window?

BrandonKirbyson commented 5 months ago

I'm going to assume you mean the currently focused pane in an editor, I can add that soon.

Sir-Ryu commented 5 months ago

Hello, my apologies for not responding, my PC crashed at the most inopportune moment and it's been a headache since then.

Returning to the previous topic, yes, to the panel currently focused on the editor, where the lines of code are written. This idea arose as a solution to some issues that make the buttons and letters on the sidebars or menu too bright, and also for visual improvement, besides helping to concentrate better on the code.

And thanks.