Most programs allow manual overrides for dark/light mode. ChatGPT desktop app should be no exception.
You can run this in terminal on Mac. Close App first.
defaults write “com.openai.chat” NSRequiresAquaSystemAppearance -bool “yes” – light mode
defaults write “com.openai.chat” NSRequiresAquaSystemAppearance -bool “no” – dark mode
Needs to be like so, without the quotes
defaults write com.openai.chat NSRequiresAquaSystemAppearance -bool no
However still doesn’t work for me. I can force the app to stay in light mode when the system is dark, but not the reverse. It would seem that is a global behavior / restriction.
I remember there was an option to separately control the light and dark modes before.
The settings still exists.
In the mobile app:
When using the web interface:
Settings->General->Theme
This thread is about the desktop app.
this 1000%!!! please make the app in light mode on DESKTOP.
defaults write com.openai.chat NSRequiresAquaSystemAppearance -bool no
Works!
Just remember to check your system settings > apparence