Created
April 25, 2019 02:10
-
-
Save scbizu/11c0a7276cefcece70d198ad34832804 to your computer and use it in GitHub Desktop.
Restore Chrome to light mode when Mac is set to Dark Mode
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
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