Skip to content

Instantly share code, notes, and snippets.

@scbizu
Created April 25, 2019 02:10
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 scbizu/11c0a7276cefcece70d198ad34832804 to your computer and use it in GitHub Desktop.
Save scbizu/11c0a7276cefcece70d198ad34832804 to your computer and use it in GitHub Desktop.
Restore Chrome to light mode when Mac is set to Dark Mode
defaults write com.google.Chrome NSRequiresAquaSystemAppearance -bool yes
# more in https://support.google.com/chrome/thread/3395273?hl=en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment