From 9ad6e7edf9f955ca1b388f9dd444b844cad7f3ab Mon Sep 17 00:00:00 2001 From: Valter Pires Date: Sun, 8 Nov 2020 15:30:16 +0400 Subject: [PATCH] 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 183b2a28924d46ad2c0012c7992e5812f7e7224c --- extensions/theme-tomorrow-night-blue/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-tomorrow-night-blue/package.nls.json b/extensions/theme-tomorrow-night-blue/package.nls.json index a37a31b282d..77b44577c81 100644 --- a/extensions/theme-tomorrow-night-blue/package.nls.json +++ b/extensions/theme-tomorrow-night-blue/package.nls.json @@ -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" }