ThemeTokens
Category: UI
Source: theme_tokens.dart
Enums
GlueThemeMode
| Value | Description |
|---|---|
minimal | |
highContrast |
GlueTone
| Value | Description |
|---|---|
accent | |
info | |
success | |
warning | |
danger | |
muted |
Classes
GlueThemeTokens
Constructor
dart
const GlueThemeTokens({
required this.mode,
this.brandDot = '●',
required this.textPrimary,
required this.textSecondary,
required this.textMuted,
required this.accent,
required this.accentSubtle,
required this.surfaceBorder,
required this.surfaceMuted,
required this.focus,
required this.selection,
required this.info,
required this.success,
required this.warning,
required this.danger,
})Properties
| Property | Type | Description |
|---|---|---|
mode | GlueThemeMode | |
brandDot | String | |
textPrimary | GlueStyleFn | |
textSecondary | GlueStyleFn | |
textMuted | GlueStyleFn | |
accent | GlueStyleFn | |
accentSubtle | GlueStyleFn | |
surfaceBorder | GlueStyleFn | |
surfaceMuted | GlueStyleFn | |
focus | GlueStyleFn | |
selection | GlueStyleFn | |
info | GlueStyleFn | |
success | GlueStyleFn | |
warning | GlueStyleFn | |
danger | GlueStyleFn |