Bootstrap Documentation

This template website comes with 4 different theme color which reference 4 different css file

To switch between each theme change the theme bundle on the header partial file as follows
        @*Choose one of the style*@
        @Styles.Render("~/Content/theme-blue")
        @Styles.Render("~/Content/theme-green")
        @Styles.Render("~/Content/theme-orange")
        @Styles.Render("~/Content/theme-purple")