Created
April 4, 2019 17:21
-
-
Save davo/e216725a0b493f334ed80d4faf3ff237 to your computer and use it in GitHub Desktop.
How to Exclude Sketch From Dark Mode in macOS Mojave
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osascript -e 'id of app "Sketch"' | |
defaults write com.bohemiancoding.sketch3 NSRequiresAquaSystemAppearance -bool yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment