Built-in Themes
Available themes
Light (default)
AG Grid-inspired light palette with white background and subtle gray accents.
Dark
Tokyo Night-inspired dark palette with deep blue tones.
Material 3 themes
The examples include Material 3 Light and Material 3 Dark themes via CSS files. These use the Material Design 3 color system.
Switching themes
Via CSS classes
The example app switches themes by toggling a class on <html>:
Via code
Creating a custom theme
Start from a built-in theme and override specific fields:
Or define everything via CSS — see CSS Variables Reference.