Appearance
Get the user's current settings.
function getSettings(): { theme: Theme; shortcutScriptIds: string[]; } | null;
const settings = zeta.v1.context.getSettings();