This template website comes with 4 different theme color which reference 4 different css file
bootstrap-blue.cssbootstrap-green.cssbootstrap-orange.cssbootstrap-purple.css
@*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")