···11# `terminal-profile`
2233-Manage macOS Terminal.app profile
33+Node.js library for managing the macOS Terminal.app’s profile (aka theme)
4455## Install
66···18181919## API
20202121-### `setTerminalProfile(profile)`
2222-2323-Update all of Terminal’s windows and tabs to the `profile` profile.
2424-2525-## Acknowledgements
2121+### `setTerminalProfile(profile: string): Promise<void>`
26222727-Thanks to [Jimmy Bosse](https://github.com/jbosse) for his [Stack Overflow answer](https://stackoverflow.com/a/66080297/4411309)
2323+Update all of Terminal’s windows and tabs to the `profile` profile
28242925## Related
30263127- [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
2828+2929+## Acknowledgements
3030+3131+Thanks to [Jimmy Bosse](https://github.com/jbosse) for his [Stack Overflow answer](https://stackoverflow.com/a/66080297/4411309)