Skip to content

Commit

Permalink
Merge pull request #3790 from JoeRobich/add-vs2019-themes
Browse files Browse the repository at this point in the history
Add Visual Studio 2019 themes with semantic colors
  • Loading branch information
JoeRobich authored May 18, 2020
2 parents 1fe37dc + 612a64c commit 0287bed
Show file tree
Hide file tree
Showing 3 changed files with 1,449 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,18 @@
"workspaceContains:**/*.cake"
],
"contributes": {
"themes": [
{
"label": "Visual Studio 2019 Dark",
"uiTheme": "vs-dark",
"path": "./themes/vs2019_dark.json"
},
{
"label": "Visual Studio 2019 Light",
"uiTheme": "vs",
"path": "./themes/vs2019_light.json"
}
],
"configuration": {
"title": "C# configuration",
"properties": {
Expand Down Expand Up @@ -3303,4 +3315,4 @@
]
}
}
}
}
Loading

0 comments on commit 0287bed

Please sign in to comment.