Merge pull request #845 from bmalehorn/bm/vscode-light-mode-icon

add simple dark foreground icon for light mode
This commit is contained in:
Martin Lippert
2022-11-17 14:02:10 +01:00
committed by GitHub
2 changed files with 19 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 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"
}
}