You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some obvious problems render the app unusable in dark mode on macOS. See attached file: "Proteins under cursor" window not readable because font changes to white in dark mode. Same problem for icons (ie top left stay black where they should become white). The list probably goes on...
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. While we have a look at this, you can apply one of these workarounds to be able to work with Belki again:
(Temporarily) set macOS to only use Light Mode system-wide, see how to change modes.
Manually change application-specific settings to exclude Belki from Dark Mode. This requires you to enter one of the following commands in Terminal:
To have have Belki always stay in Light Mode: defaults write de.uni-freiburg.physiologie.belki NSRequiresAquaSystemAppearance -bool yes
To revert and re-establish standard behaviour, delete the setting: defaults delete de.uni-freiburg.physiologie.belki NSRequiresAquaSystemAppearance
Use a third-party application to control Light/Darm Mode switching for individual applications, e.g. Gray or NightOwl. Both use the same technique described above and can be installed via Homebrew:
Some obvious problems render the app unusable in dark mode on macOS. See attached file: "Proteins under cursor" window not readable because font changes to white in dark mode. Same problem for icons (ie top left stay black where they should become white). The list probably goes on...
The text was updated successfully, but these errors were encountered: