Changing UI Theme for ABP MVC / Razor Pages UI

In this post we will explore how to change the UI theme for your ABP MVC / Razor Pages UI.

mvc changing-theme
radvista@gmail.com 137 weeks ago

I think the proper way to make it independent is to first rename it to represent what it is based on and second to put all bundling in that template itself. See below:

    public override void ConfigureBundle(BundleConfigurationContext context)
    {
        context.Files.Add("/themes/adminlte/css/adminlte.css");
        context.Files.Add("/themes/adminlte/css/OverlayScrollbars.css");

wwwroot/themes/adminlte/css/adminlte.cs wwwroot/themes/adminlte/css/OverlayScrollbars.css