feat: allow users to override color scheme (closes #138)

This commit is contained in:
Lei Nelissen
2023-04-28 21:01:21 +02:00
parent 24b25d9f4f
commit 130b18bc2e
20 changed files with 249 additions and 66 deletions

View File

@@ -61,4 +61,9 @@ export type LocaleKeys = 'play-next'
| 'total-duration'
| 'similar-albums'
| 'playback-reporting'
| 'playback-reporting-description'
| 'playback-reporting-description'
| 'color-scheme'
| 'color-scheme-description'
| 'color-scheme-system'
| 'color-scheme-light'
| 'color-scheme-dark'