Dark Mode Bug
We're working on adding Dark Mode support to MoneyWell 3. Unfortunately with the 3.0.9 release of MoneyWell, we flipped the switch a bit early and this was enabled before we'd finished. You may notice some hard to read areas - dark text on a dark background, and some areas which are still rather light.
This will be rectified in the next release, but until then, you can disable Dark Mode for MoneyWell:
- Exit MoneyWell
- Open Terminal (Applications -> Utilities -> Terminal)
- Paste the following command in:
defaults write com.zenvilla.MoneyWell-3 NSRequiresAquaSystemAppearance -bool YES
- Press Enter
- Re-open MoneyWell
(h/t to Jason for this)