Close
Angular React Web Components Blazor Blazor
Open Source

Themes in Ignite UI for Blazor

Ignite UI for Blazor ships with four distinct themes - Bootstrap, Material, Fluent, and Indigo. All component themes are baked into the components, however, a global style file is required for palettes, typography, and other global configurations to work.

Loading a Theme

To enable a theme, a theme file should be loaded. Depending on your project configuration you can either import or link.

Here’s the complete list of all bundled themes and their path:

NameVariantLocation
BootstrapLight_content/IgniteUI.Blazor/themes/light/bootstrap.css
MaterialLight_content/IgniteUI.Blazor/themes/light/material.css
FluentLight_content/IgniteUI.Blazor/themes/light/fluent.css
IndigoLight_content/IgniteUI.Blazor/themes/light/indigo.css
BootstrapDark_content/IgniteUI.Blazor/themes/dark/bootstrap.css
MaterialDark_content/IgniteUI.Blazor/themes/dark/material.css
FluentDark_content/IgniteUI.Blazor/themes/dark/fluent.css
IndigoDark_content/IgniteUI.Blazor/themes/dark/indigo.css