From 6acaec949b4d941191618e111e66105c526d027a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 13 Jun 2017 09:46:37 +0200 Subject: [PATCH] chore: Fix menu command --- extensions/material.theme.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/material.theme.config.ts b/extensions/material.theme.config.ts index 484d090..feefed0 100644 --- a/extensions/material.theme.config.ts +++ b/extensions/material.theme.config.ts @@ -9,7 +9,7 @@ enum Commands { } const OPTIONS: IGenericObject = { - 'Change accents': Commands.ACCENTS + 'Change accent color': Commands.ACCENTS } export function activate(context: vscode.ExtensionContext) {