Skip to content

Commit 2dc31e4

Browse files
Merge pull request #845 from bmalehorn/bm/vscode-light-mode-icon
add simple dark foreground icon for light mode
2 parents ecbc0c1 + 1400c3e commit 2dc31e4

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
Lines changed: 17 additions & 0 deletions
Loading

vscode-extensions/vscode-concourse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"firstLine": "^#(\\s)*pipeline(\\s)*",
7878
"configuration": "./yaml-support/language-configuration.json",
7979
"icon": {
80-
"light": "./icon.png",
80+
"light": "./icon-white-on-black.svg",
8181
"dark": "./icon-white.svg"
8282
}
8383
},
@@ -99,7 +99,7 @@
9999
"firstLine": "^#(\\s)*task(\\s)*",
100100
"configuration": "./yaml-support/language-configuration.json",
101101
"icon": {
102-
"light": "./icon.png",
102+
"light": "./icon-white-on-black.svg",
103103
"dark": "./icon-white.svg"
104104
}
105105
}

0 commit comments

Comments
 (0)