Get Theme CSS Properties
get_theme_css_propertiesReturns CSS custom properties documentation for a specific Vaadin theme (Aura, Lumo, or Base styles). Use this to look up the correct CSS variables for the theme the application is using. Base style properties (--vaadin-*) are available in all themes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | Yes | The theme to get CSS custom properties for: "aura" (Vaadin 25+ default), "lumo" (classic theme), or "base" (base styles available in all themes, Vaadin 25+ only). | |
| vaadin_version | Yes | Required. Vaadin version: "7", "8", "14", "24", "25.0", "25.1", "25.2", or "25.3". |