···12121313```javascript
1414import {
1515- setTerminalProfile,
1616- setTerminalDefaultProfile,
1515+ setTerminalDefaultProfile,
1616+ setTerminalProfile,
1717} from "terminal-profile";
18181919await setTerminalProfile("One Dark");
2020+2021await setTerminalDefaultProfile("gruvbox-dark");
2122```
2223···26272728Update all of Terminal’s windows and tabs to the `profile` profile.
28292929-### `setTerminalProfile(profile)`
3030+### `setTerminalDefaultProfile(profile)`
30313131-Update Terminal to use the `profile` profile by default.
3232+Update Terminal’s default profile to `profile`.
32333334## Acknowledgements
3435