sthewissen/MVP

[Feature] Dark mode

sthewissen opened this issue · 2 comments

  • Implement dark mode, which is set automatically in the app depending on user settings.
  • Add an override in settings, letting the user decide.
  • The first tab somehow has a different background color than the others.~
  • Controls that the OS colors need explicit colors per theme.~
  • The status bar color should be dependent on AppThemeBinding.

Issues still in there:

  • The first tab somehow has a different background color than the others.~
  • Controls that the OS colors need explicit colors per theme.~
  • The status bar color should be dependent on AppThemeBinding.

image

Fixed the first one, through setting Translucency to Opaque for the tab bar.