theme/theme library
Theme package for Supa architecture.
This package provides extended color schemes and token groups that extend Flutter's Material Design theme system with additional semantic colors for status indicators, tags, and UI components.
The main components are:
- SupaExtendedColorScheme: A theme extension that provides semantic color tokens for various UI states (warning, success, error, etc.) and tag colors.
- SupaExtendedColorTokenGroup: A data class that groups related color tokens (text, background, border) together.
Classes
- SupaExtendedColorScheme
- An extended color scheme that provides semantic color tokens for UI components.
- SupaExtendedColorTokenGroup
- A group of related color tokens used for consistent styling of UI components.