I have finally figured out how to get rid of the blurry backgrounds in the menus. There may be a lot of other people who have figured it out also, but I couldn't find any tutorial. So I have decided to post a small tutorial on how to do this.
Open your rpg_managers.js in a text program. (I prefer Sublime Text)
Go to line 1920: Change this: this._backgroundBitmap.blur();
To this: this._backgroundBitmap.opacity = 0;
Here:
Save and you're done!
Blur:
Non-Blur:
Open your rpg_managers.js in a text program. (I prefer Sublime Text)
Go to line 1920: Change this: this._backgroundBitmap.blur();
To this: this._backgroundBitmap.opacity = 0;
Here:

Save and you're done!
Blur:

Non-Blur:
