On 2011-07-06, at 1:10 AM, David Warde-Farley wrote: > To retrieve the default background color for the frontmost window of Terminal.app: > > dwf at strafe:~/src$ osascript > tell application "Terminal" > set thing to name of window 0 > end tell > <Ctrl-D> > 0, 0, 0 Oops. "name" above should obviously read "background color".