fix(player): stabilize first playback and refresh design
Build & Deploy Pluriwave / Análisis de código (push) Successful in 12s
Build & Deploy Pluriwave / Build APK + AAB release (push) Successful in 1m20s

This commit is contained in:
2026-05-20 22:50:39 +02:00
parent 22e19d1cb0
commit b9cf42b91c
27 changed files with 131 additions and 31 deletions
+6 -6
View File
@@ -9,12 +9,12 @@ abstract final class PluriWaveTheme {
const tokens = PluriWaveTokens.dark;
final colorScheme = const ColorScheme.dark().copyWith(
primary: tokens.electricMagenta,
secondary: const Color(0xFF20E6FF),
secondary: const Color(0xFF7EE4C2),
tertiary: tokens.warmCoral,
surface: const Color(0xFF0B1024),
surfaceContainerLow: const Color(0xFF111831),
surfaceContainerHighest: const Color(0xFF202946),
onSurface: const Color(0xFFF7F2FF),
surface: const Color(0xFF0D1B24),
surfaceContainerLow: const Color(0xFF102532),
surfaceContainerHighest: const Color(0xFF1B3942),
onSurface: const Color(0xFFF2F7FA),
onPrimary: Colors.white,
);
@@ -30,7 +30,7 @@ abstract final class PluriWaveTheme {
appBarTheme: const AppBarTheme(
centerTitle: false,
backgroundColor: Colors.transparent,
foregroundColor: Color(0xFFF7F2FF),
foregroundColor: Color(0xFFF2F7FA),
elevation: 0,
scrolledUnderElevation: 0,
),