Open lispm opened 5 years ago
The Clozure CL update I just got in the App Store (V1.11.7) fixes the problem with launching on my Mac, without the below settings.
On Wednesday, October 30 at 6:21:09 AM, Rainer Joswig ( notifications@github.com) wrote:
Workaround for now:
$ defaults write -app "Clozure CL" NSRequiresAquaSystemAppearance -bool true
revert this decision: $ defaults delete -app "Clozure CL" NSRequiresAquaSystemAppearance
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Clozure/ccl/issues/237?email_source=notifications&email_token=AAABHLC3KPT7IPWZMKRW5LLQRFNZJA5CNFSM4JGWXSN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HVLLYBQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABHLFKFDMO5FCQ7MDIOJTQRFNZJANCNFSM4JGWXSNQ .
Thank you @stoney for that fix. Is there something similar I can do like this for the AltConsole? I have dark mode enabled and the altconsole is black text on dark grey :-(
Workaround for now:
$ defaults write -app "Clozure CL" NSRequiresAquaSystemAppearance -bool true
revert this decision:
$ defaults delete -app "Clozure CL" NSRequiresAquaSystemAppearance