feat: implement dynamic theme palette selection
- Introduced a new feature allowing users to select from multiple accent color palettes for buttons, cards, and chat bubbles. - Added `AppThemePalette` provider to manage the current theme palette and persist user selections. - Updated the `AppTheme` class to utilize the selected palette for light and dark themes, enhancing visual customization. - Enhanced the `AppCustomizationPage` to include a palette selector, improving user experience and personalization options. - Updated localization files to support new palette selection UI elements in multiple languages.
This commit is contained in:
@@ -1458,6 +1458,18 @@ abstract class AppLocalizations {
|
||||
/// **'Dark'**
|
||||
String get themeDark;
|
||||
|
||||
/// Title for selecting the app color palette.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Accent palette'**
|
||||
String get themePalette;
|
||||
|
||||
/// Helper text explaining palette selection.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Choose the accent colors used for buttons, cards, and chat bubbles.'**
|
||||
String get themePaletteDescription;
|
||||
|
||||
/// Theme label for light appearance.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user