feat: Option to use item's primary colors in details screen (#509)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-10-03 13:57:54 +02:00 committed by GitHub
parent 5174bb3a6c
commit 951fc93633
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 335 additions and 235 deletions

View file

@ -62,6 +62,7 @@ abstract class ClientSettingsModel with _$ClientSettingsModel {
Duration? nextUpDateCutoff,
@Default(ThemeMode.system) ThemeMode themeMode,
ColorThemes? themeColor,
@Default(true) bool deriveColorsFromItem,
@Default(false) bool amoledBlack,
@Default(true) bool blurPlaceHolders,
@Default(false) bool blurUpcomingEpisodes,