Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change background of Terminal.app from the commandline

Tags:

terminal

macos

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

like image 247
tliff Avatar asked Feb 14 '09 14:02

tliff


1 Answers

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

(Can't take the credit)

like image 82
webclimber Avatar answered Sep 20 '22 11:09

webclimber