Skip to content

Commit e3e3d86

Browse files
committed
perf: mix-blend-mode 默认值改为 unset
1 parent c94cb22 commit e3e3d86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "background",
33
"displayName": "background",
44
"description": "Bring background images to your vscode",
5-
"version": "2.0.7",
5+
"version": "2.0.8-alpha.3",
66
"scripts": {
77
"vscode:prepublish": "npm run compile",
88
"vscode:uninstall": "node ./out/uninstall",

src/background/PatchGenerator/PatchGenerator.theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class ThemePatchGenerator extends WithoutImagesPatchGenerator {
1414
// 浅色主题(默认)
1515
:root {
1616
// 不使用混合模式
17-
${ThemePatchGenerator.cssMixBlendMode}: normal;
17+
${ThemePatchGenerator.cssMixBlendMode}: unset;
1818
}
1919
2020
// 深色主题 (覆盖)

0 commit comments

Comments
 (0)