Themes support in MVC4
asp.net-mvc-4
Solution
The "Themes" folder in MVC is just a feature of jQuery UI and is not an MVC-specific feature. MVC itself does not have any actual "theme" support.
You can find additional themes as NuGet packages from the NuGet feed: http://nuget.org/packages?q=Tags%3A%22jQueryUI%22+themes
Problem
MVC4 has a folder called Content/themes/ Is the expectation, to create any new theme under that folder? Is the default theme of MVC4 called BASE becaus there is a folder under Content/themes/ called the same.