shalldie / vscode-background

Bring background images to your vscode. vscode background 背景扩展插件。
https://marketplace.visualstudio.com/items?itemName=shalldie.background
MIT License
1.39k stars 140 forks source link

[Question] Is it normal for the text to still be covered by the image when setting the foreground to the background? Is there a way to avoid this? #461

Closed SYREB closed 1 month ago

SYREB commented 1 month ago

Summary | 概述

I have already searched GitHub Issues, ...

Versions

Background Config | 插件的配置

{
    "background.enabled": true,
    "background.style":{
        "background-position": "100% 100%",
        "background-size": "auto",
        "opacity": 1
    },
    "background.styles":[
        {},
        {},
        {},
    ],
    "background.customImages":[],
    "background.interval":0,
    "background.fullscreen": {
        "images": ["file:///C:/Users/REB_S/OneDrive/がぞう/GYGGxbkb0AAhUaQ.jpg"],
        "opacity": 0.55,
        "size": "cover",
        "position": "center",
        "interval": 0,
        "background.useFront": false,
    },
}

Additional Context | 其它信息

image

shalldie commented 1 month ago

fullscreen mode has no config useFront, the useFront config is design to the code area mode, which is background.useFront.

I will make a redesign in v2 and update a clearer document.