Skip to content

Instantly share code, notes, and snippets.

@davo
Created April 4, 2019 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davo/e216725a0b493f334ed80d4faf3ff237 to your computer and use it in GitHub Desktop.
Save davo/e216725a0b493f334ed80d4faf3ff237 to your computer and use it in GitHub Desktop.
How to Exclude Sketch From Dark Mode in macOS Mojave
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