make VS Code recognize it as a "dark" theme

Co-Authored-By: simurai <simulus@gmail.com>
This commit is contained in:
Param Aggarwal 2020-04-24 15:00:17 +05:30 committed by GitHub
parent 4fa5344ec1
commit 2e836b3496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
},
{
"label": "GitHub Dark",
"uiTheme": "vs",
"uiTheme": "vs-dark",
"path": "./themes/dark.json"
}
]