Hello Bane,
I am on the team who develop TTK,
changing the theme of Paraview means changing the theme of Qt5. This can be done using the Qt 5 Configuration Tool : qt5ct.
I have never tried it on a Mac.
I have personally tried it on my MBP (10.13.6… I have not upgraded to Mojave) and I have not been able to get the dark UI to work. On my other computer running Ubuntu 18.04, it was a breeze and works just fine.
Generally, there’s no problem theming Paraview by editing QT settings. The problem/issue is to get Paraview to read the obtained qtconfig file. If you used e.g. the version packaged with Ubuntu/Debian linux, and qt5ctrl to configure the entire QT, then Paraview will respect it and use the dark theme.
However, if an OS uses the binary boundle downloaded from paraview.org, it’s a different pair of shoes, and enforcing a QT config file is more involved.
You can also set the variable QT_STYLE_OVERRIDE instead of the -style argument.
Note that a bug prevents the theme to correctly be loaded with ParaView 5.7 but it is fixed in master and will work with the upcoming 5.8 release.
As mentioned by @rabarbar42 this method will not work with the binary bundle that we provide because it is not using the QT of your system.