Skip to content

Instantly share code, notes, and snippets.

@enblanco
Last active September 3, 2018 15:44
Show Gist options
  • Save enblanco/7bfaebb3afc93a813117227711246f4b to your computer and use it in GitHub Desktop.
Save enblanco/7bfaebb3afc93a813117227711246f4b to your computer and use it in GitHub Desktop.
Change Terminal Background color in OSX from the command line
osascript -e 'tell application "Terminal" to set background color of window 1 to {65535, 33667, 49601}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment