Appearance
Update the user's settings.
function updateSettings(update: { theme?: Theme; shortcutScriptIds?: string[]; }): void;
update
zeta.v1.api.updateSettings({ theme: "Cyberpunk", });