Here is the guide for how to use on enable dark mode for menubar and dock only in macOS Catalina if you thing dark mode is too dark for you.
To enable dark mode for menubar and dock only
defaults write -g NSRequiresAquaSystemAppearance -bool true
to revert back
defaults write -g NSRequiresAquaSystemAppearance -bool false
Please Subscribe my Channel