Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Fixes some of Apple's dark appearance and accent color bugs that are bothering me, such as in Safari, Console, Mail, App Store, etc.

License

Notifications You must be signed in to change notification settings

LeoNatan/FixAppleDarkAppearanceBugs

Repository files navigation

This is a personal repository that fixes some of Apple's dark appearance and accent color bugs that are bothering me, such as in Safari, Console, Mail, App Store, etc.

Console

AppStore

If you wish to try this, first compile the project. This will create the following dylib:

/usr/local/lib/libDarkAppearanceOverrides.dylib

Now run the following command:

launchctl setenv DYLD_INSERT_LIBRARIES /usr/local/lib/libDarkAppearanceOverrides.dylib

To uninstall, run the following command:

launchctl unsetenv DYLD_INSERT_LIBRARIES

This requires turning off SIP, and some software, such as Safari, is signed with library validation and will not load the dylib. You can resign the offending software to remove that entitlement, or disable library validation altogether. None of these are advisable, but 🤷‍♂️…

About

Fixes some of Apple's dark appearance and accent color bugs that are bothering me, such as in Safari, Console, Mail, App Store, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published