update light theme icon to point to correct black foreground one

This commit is contained in:
Martin Lippert
2022-11-17 14:04:37 +01:00
parent 2dc31e48cf
commit 48c432517a

View File

@@ -77,7 +77,7 @@
"firstLine": "^#(\\s)*pipeline(\\s)*",
"configuration": "./yaml-support/language-configuration.json",
"icon": {
"light": "./icon-white-on-black.svg",
"light": "./icon-black.svg",
"dark": "./icon-white.svg"
}
},
@@ -99,7 +99,7 @@
"firstLine": "^#(\\s)*task(\\s)*",
"configuration": "./yaml-support/language-configuration.json",
"icon": {
"light": "./icon-white-on-black.svg",
"light": "./icon-black.svg",
"dark": "./icon-white.svg"
}
}