vscode-concourse: add dark background to light mode icon

This commit is contained in:
Brian Malehorn
2022-09-14 20:20:21 -07:00
parent 92c6a1698f
commit 7b4fd96425
2 changed files with 24 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

View File

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