···18181919await setTerminalProfile("One Dark");
20202121-await setTerminalDefaultProfile("gruvbox-dark");
2121+await setTerminalDefaultProfile("One Light");
2222```
23232424## API
···3737function setTerminalDefaultProfile(profile: string): Promise<void>;
3838```
39394040-Update Terminal’s default profile to `profile`
4141-4242-## Acknowledgements
4343-4444-Thanks to [Jimmy Bosse](https://github.com/jbosse) for his [Stack Overflow answer](https://stackoverflow.com/a/66080297/4411309)
4040+Update Terminal’s default profile to `profile`
45414642## Related
47434848-- [auto-terminal-profile](https://github.com/ptrkcsk/auto-terminal-profile) - Automatically switch the macOS Terminal profile based on the system-wide dark / light appearance mode
4444+- [auto-terminal-profile](https://github.com/ptrkcsk/auto-terminal-profile) – Automatically switch macOS Terminal’s profile (theme) based on the system-wide dark / light appearance mode
49455046## Acknowledgements
5147