Closed shockbytes closed 1 year ago
Get rid of dante_colors.dart and solely rely on Theme.of(context) for the theming, to support a more streamlined color scheme for light and dark mode.
dante_colors.dart
Theme.of(context)
The seed color is now white but should later on be replaced with the custom device color of the user.
white
Overview
Get rid of
dante_colors.dart
and solely rely onTheme.of(context)
for the theming, to support a more streamlined color scheme for light and dark mode.The seed color is now
white
but should later on be replaced with the custom device color of the user.