fix: accent setter reborn (#319)
This commit is contained in:
parent
5e034b972f
commit
66902647a2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ export async function activate(context: ExtensionContext) {
|
|||
// Registering commands
|
||||
Commands.registerCommand('materialTheme.setAccent', async () => {
|
||||
const accentPicked = await ThemeCommands.accentsQuickPick();
|
||||
await ThemeCommands.accentsSetter(accentPicked);
|
||||
await updateAccent(accentPicked);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue