Correct themeLabel in package.nls.json for "Tomorrow Night Blue" theme

Fix themeLabel value in package.nls.json for "Tomorrow Night Blue" theme

Incorrect value "Quiet Light" commited in 183b2a2892
This commit is contained in:
Valter Pires 2020-11-08 15:30:16 +04:00
parent 7095ef144b
commit 9ad6e7edf9

View File

@ -1,5 +1,5 @@
{
"displayName": "Tomorrow Night Blue Theme",
"description": "Tomorrow night blue theme for Visual Studio Code",
"themeLabel": "Quiet Light"
"themeLabel": "Tomorrow Night Blue"
}