MacOS – disable Dark mode on Google Chrome only, keep Dark mode on OS preference level

# on terminal:
defaults write com.google.Chrome NSRequiresAquaSystemAppearance -bool yes

# to undo:
defaults delete com.google.Chrome NSRequiresAquaSystemAppearance