Mar 07, '12 07:30:00AM • Contributed by: Anonymous
In Terminal, perform the following commands:
echo -e "defaults write com.apple.Terminal '" >| output.$$ defaults read com.apple.Terminal | sed -e 's/(BackgroundBlurInactive.*)0/11/' >> output.$$ echo ' >> output.$$ eval $(cat output.$$) rm output.$$
Quit Terminal. Now, when you relaunch it, your Aerogel windows will maintain the blur effect even if they're not the active window.
[kirkmc adds: I didn't go to the trouble of testing this, because blurred text gives me a headache. But that theme does, indeed, blur text by default. If anyone wants to confirm that this works...]
