KatsuteDev / Background

The most advanced background image extension for VSCode
https://marketplace.visualstudio.com/items?itemName=katsute.code-background
GNU General Public License v2.0
70 stars 4 forks source link

I hope the image can be displayed in both the editor and the panel area #320

Closed you-hengh closed 2 months ago

you-hengh commented 2 months ago

Feature

I hope the image can be displayed in both the editor and the panel area

Reason

Because the sidebar area shows images, the text in Explorer looks blurry, so I had to use the edit area background instead of the global background

Now I want to support the ability to display an image in both the editing area and the panel area, is that okay?

Katsute commented 2 months ago

This extension already supports adding background images to both the editor and panel.

you-hengh commented 2 months ago

This extension already supports adding background images to both the editor and panel.

No, I don't think you understand what I mean. I mean, an image that spans the edit area and the panel area

Like this:

2024-04-23_23-42-48

Katsute commented 2 months ago

This is not something that can easily be added to this extension.

For now, you can use the renderContentAboveBackground option and increase the opacity to improve readibility of the sidebar.

you-hengh commented 2 months ago

This is not something that can easily be added to this extension.

For now, you can use the renderContentAboveBackground option and increase the opacity to improve readibility of the sidebar.

Thank you for your reply. It would be nice to be able to support such a setting one day, thank you.