My plugin doesn't support the Title Screen. However, you can easily add a new plugin file (with any name) and paste this:
/*
*: @target MZ
*/
Window_TitleCommand.prototype.getBackOpacity = function() {
return 196; // any number from 0 to 255
}