mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
ref: amoled to keep default surface theming
This commit is contained in:
parent
daedf05ea5
commit
1a0738551f
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@ private fun buildColorScheme(palette: ThemeColorPalette, amoled: Boolean = false
|
||||||
onSecondary = palette.onSecondaryVariant,
|
onSecondary = palette.onSecondaryVariant,
|
||||||
background = if (amoled) Color.Black else palette.background,
|
background = if (amoled) Color.Black else palette.background,
|
||||||
onBackground = Color(0xFFF5F7F8),
|
onBackground = Color(0xFFF5F7F8),
|
||||||
surface = if (amoled) Color(0xFF050505) else palette.backgroundElevated,
|
surface = palette.backgroundElevated,
|
||||||
onSurface = Color(0xFFF5F7F8),
|
onSurface = Color(0xFFF5F7F8),
|
||||||
surfaceVariant = if (amoled) Color(0xFF0A0A0A) else palette.backgroundCard,
|
surfaceVariant = palette.backgroundCard,
|
||||||
onSurfaceVariant = Color(0xFF969CA3),
|
onSurfaceVariant = Color(0xFF969CA3),
|
||||||
outline = Color(0xFF252A2A),
|
outline = Color(0xFF252A2A),
|
||||||
error = Color(0xFFE36A8A),
|
error = Color(0xFFE36A8A),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue