diff --git a/articles/styling/index.adoc b/articles/styling/index.adoc index 70def7ea6a..2b10e313dd 100644 --- a/articles/styling/index.adoc +++ b/articles/styling/index.adoc @@ -46,7 +46,11 @@ The Vaadin 24 way of loading styles through the [annotationname]`@Theme` annotat == Themes -By default, Vaadin components are rendered with their minimalistic built-in <>, which are a good starting point if you want to customize the look and feel extensively. Vaadin also ships with two themes, <> and <>, that provide a more polished look and feel for Vaadin components. +Vaadin components come bundled only with minimalistic, built-in base styles, on top of which the application can load one of the two Vaadin themes, <> or <>, which provide a more polished look and feel. + +If no [interfacename]`AppShellConfigurator` is defined for the application, the Aura theme will be loaded automatically. Otherwise either theme needs to be loaded explicitly using the [annotationname]`@StyleSheet` annotation. + +While both themes are highly customizable, you can also choose to implement your own custom styling directly on top of the <> in order to avoid having to override the styling provided by the theme. [cols="^.^1, ^.^1, ^.^1"] |===