zenangst / Gray

:first_quarter_moon: Tailor your macOS Mojave experience
https://github.com/zenangst
Other
1.33k stars 46 forks source link

Not able to change back to system dark mode #132

Closed maxischenk closed 10 months ago

maxischenk commented 1 year ago

I installed this app, since then everything is in light mode, when i switch to dark mode! The toggle in the app to switch to dark mode is not working at all! Thanks for making my computer unusable

zenangst commented 1 year ago

Hey @maxischenk, you can reset the applications settings by right clicking on the icons inside the app for the ones that you want to restore.

image

The only thing that the apps does is to write the settings of the selected app, as stated in the README

For example:

defaults write com.apple.dt.Xcode NSRequiresAquaSystemAppearance -bool YES

If you want to remove the setting manually (using the same example):

defaults delete com.apple.dt.Xcode NSRequiresAquaSystemAppearance

Hope this helps and sorry for any problems this has caused you.