vote up 0 vote down star

Is it possible to change the background color of Terminal.app from the shell? If so, how?

flag

80% accept rate

2 Answers

vote up 2 vote down check

osascript -e "tell application \"Terminal\" to set background color of window 1 to {0,45000,0,0}

(Can't take the credit)

link|flag
vote up 0 vote down

I don't know the specifics, but I imagine you'd want to write an AppleScript program which you invoke from your shell script. The AppleScript would "Tell" Terminal to change its background colour.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.