Dark Mode Bug
Update: MoneyWell's dark mode support is available in MoneyWell 3.1
If you previously ran the command mentioned in this article, to disable dark mode, you'll need to reverse the command to take advantage of MoneyWell's dark mode support.
- Exit MoneyWell
- Open Terminal (Applications -> Utilities -> Terminal)
- Paste the following command in:
defaults delete com.zenvilla.MoneyWell-3 NSRequiresAquaSystemAppearance
- Press Enter
- Re-open MoneyWell
Original Article
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)