how to set transparency with Terminal ??

maccatalan

Registered
Hi.

Some posts here are about changing the transparency of the Terminal. Maybe I'm so stupid, but I didn't find the feature anywhere I looked into Terminal's menus & preferences.

Thank you tell me I'm not as stupid as it,
Pierre.
 
Start up Terminal and type in this:

defaults write com.apple.Terminal TerminalOpaqueness .9

Type it all on one line. Play with the background color and font color(s) through the preferences, and adjust the opaqueness to your taste.

My preference:
background 0,0,0
normal text 119,255,118
highlight 30,63,30
 
Back
Top