@pkouame
That might be interesting:
In Yosemite / El Capitan there was a command you made to keep the menu bar in light mode or dark mode and the dock and other things in the dark or light mode, according to your preference, I do not remember the command, but it was via Terminal, would that work on Mojave as well? It would be one of the options.
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1 I think that was the command by terminal it would turn your menubar white
They are all deprecated functions in Mojave, the only currently that allows some little modifications from Terminal is "NSRequiresAquaSystemAppearance", setting its value to NO enables dark mode, setting to YES enables light mode.