Serializable Theme Config
@Serializable
Serializable data class representing the theme configuration for the application.
This class is used for serializing and deserializing theme configurations.
Properties
Link copied to clipboard
The background color of the theme as a string.
Link copied to clipboard
The color used for text and icons displayed on top of the background color as a string.
Link copied to clipboard
The color used for text and icons displayed on top of the secondary color as a string.
Link copied to clipboard
The variant of the primary color as a string.
Link copied to clipboard
The variant of the secondary color as a string.