Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.7 KiB

//[doc-seo]
{
    "Description": "Explore ABP's official theming system, featuring the LeptonX and Basic themes, to enhance your application's UI effortlessly."
}

The Official Themes

ABP provides a complete UI theming system. While you can build your own themes, you can directly use the following pre-built themes in your applications.

The LeptonX Theme

LeptonX Theme is the official and default theme when you create a new ABP solution. A screenshot from the LeptonX theme:

LeptonX Lite application layout

LeptonX theme has two versions:

If you are looking for the legacy Lepton Theme documentation, please click here.

The Basic Theme

The Basic Theme is a minimalist theme that doesn't add any styling on top of the plain Bootstrap styles. You can take the Basic Theme as the base theme and build your own theme or styling on top of it. Here, a screenshot from the theme:

basic-theme-application-layout

See the following documents based on the UI type you are using:

See Also