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) {