Skip to content

Commit b39fd28

Browse files
authored
More diverse view icons (#7545)
Fixes microsoft/vscode#259723
1 parent 191125c commit b39fd28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@
786786
"id": "pr:github",
787787
"name": "%view.pr.github.name%",
788788
"when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts",
789-
"icon": "$(git-pull-request)",
789+
"icon": "$(github-inverted)",
790790
"accessibilityHelpContent": "%view.pr.github.accessibilityHelpContent%"
791791
},
792792
{
@@ -841,7 +841,7 @@
841841
"id": "prStatus:github",
842842
"name": "%view.pr.status.github.name%",
843843
"when": "github:inReviewMode && !github:createPullRequest && !github:revertPullRequest",
844-
"icon": "$(git-pull-request)",
844+
"icon": "$(diff-multiple)",
845845
"visibility": "visible",
846846
"initialSize": 3
847847
},
@@ -850,7 +850,7 @@
850850
"type": "webview",
851851
"name": "%view.github.active.pull.request.name%",
852852
"when": "github:inReviewMode && github:focusedReview && !github:createPullRequest && !github:revertPullRequest && github:activePRCount <= 1",
853-
"icon": "$(git-pull-request)",
853+
"icon": "$(code-review)",
854854
"initialSize": 2
855855
},
856856
{

0 commit comments

Comments
 (0)