Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode macOS Ventura #437

Open
Ikuyu opened this issue Jan 19, 2023 · 1 comment
Open

Dark mode macOS Ventura #437

Ikuyu opened this issue Jan 19, 2023 · 1 comment

Comments

@Ikuyu
Copy link

Ikuyu commented Jan 19, 2023

Hi,

I'm running Clozure CL on macOS Ventura (MacBook Air M2). Everything looks fine and behaves as it should, but when I enter dark mode the background of the listener and the editor remain white. Running one of the following commands doesn't change the appearance of both; only the cursor.

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

The first one shows a blinking cursor in Dark mode (expected behaviour). The second, not (expected behaviour).

I also noticed the settings-windows uses the CMD+; keybinding. Today one would rather expect CMD+, right?

Maybe its better to integrate switching to a dark/light theme in the settings window of the editor.

I also noticed Clozure CL has been removed from the App Store. Any reason for this?

@xrme
Copy link
Member

xrme commented Aug 10, 2023

The Mac App Store version has in fact been removed.

The main reason is that it is seems to be the case that the IDE will only work for the macOS version that it is compiled on. We can't provide separate versions of the IDE for Catalina, Big Sur, Monterey, Ventura, etc.

(The other reason is that the Clozure developer account has expired.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants