<div dir="ltr">Hello,<div><br></div><div>I'm on Aquamacs 3 and I'm trying to make my background transparent but not the text. </div><div><br></div><div>There's an easy way to make the whole frame transparent:</div>
<div><br></div><div><div>(set-frame-parameter (selected-frame) 'alpha '(85 85))</div><div>(add-to-list 'default-frame-alist '(alpha 85 85))</div></div><div><br></div><div>But this makes the whole frame transparent, including the text. I want only the frame background to be transparent. Someone on the Emacs Wiki said that such an implementation would have to be OS-specific. So, does anyone know how I could do this for OSX?</div>
<div><br></div><div>Thanks!</div></div>