Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
852 stars 103 forks source link

text cursor in editor/listener not visible in 'dark mode' on macOS 10.15.1 #237

Open lispm opened 4 years ago

lispm commented 4 years ago

Workaround for now:

$ defaults write -app "Clozure CL" NSRequiresAquaSystemAppearance -bool true

revert this decision: $ defaults delete -app "Clozure CL" NSRequiresAquaSystemAppearance

stoney commented 4 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 .

abishek commented 4 years ago

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 :-(