Merge pull request #845 from bmalehorn/bm/vscode-light-mode-icon
add simple dark foreground icon for light mode
This commit is contained in:
17
vscode-extensions/vscode-concourse/icon-black.svg
Normal file
17
vscode-extensions/vscode-concourse/icon-black.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 15 KiB |
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user