Theme and color system for animated backgrounds
Classes
Members
# static constant THEMES
Predefined themes with complete configurations
Type Definitions
Object
# ColorScheme
Properties:
Name | Type | Description |
---|---|---|
name |
string
|
Theme name |
colors |
Array.<string>
|
Array of hex colors |
gradients |
Object
|
Gradient definitions |
effects |
Object
|
Special effect colors |
Object
# ThemeConfig
Properties:
Name | Type | Description |
---|---|---|
name |
string
|
Theme name |
colorScheme |
ColorScheme
|
Color scheme for the theme |
animationSettings |
Object
|
Theme-specific animation settings |
recommendedAnimations |
Array.<string>
|
Animations that work well with this theme |