Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.39k stars 532 forks source link

[Feature Request] Ability to control dark mode independently from the system #3165

Open Gipetto opened 3 years ago

Gipetto commented 3 years ago

I like having the OS in Dark Mode but the apps in light mode, otherwise I get headaches reading light text on dark backgrounds.

I can override it via the terminal, but it would be nice to have something less fragile built in to the app.

$  osascript -e 'id of app "NetNewsWire"'                                                                                
com.ranchero.NetNewsWire-Evergreen
$ defaults write com.ranchero.NetNewsWire-Evergreen NSRequiresAquaSystemAppearance -bool yes

This is related to #2179 but the work linked there doesn't look to have implemented the appearance suggestion.

lylejantzi3rd commented 2 years ago

@Gipetto Thank you so much for posting a workaround for this. I recently started using NetNewsWire and the white text on black background was giving me a headache. I would have hated to switch to another program just because of this minor issue.

ironicmoka commented 2 years ago

Thanks for the workaround! I was hitting github to request that option too.

microfloraa commented 1 day ago

I use Calibre reader in dark mode at all times even though my system is in light mode during the day, would be nice to do have a dedicated setting in NNW to do the same.