mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-23 15:04:51 +02:00
Testing full dark
This commit is contained in:
parent
45a749e4bf
commit
7060aa3ed0
@ -37,7 +37,9 @@ private val DarkColorPalette = darkColorScheme(
|
||||
primary = Purple200,
|
||||
secondary = Teal200,
|
||||
// secondary = Purple700,
|
||||
tertiary = Teal200
|
||||
tertiary = Teal200,
|
||||
background = Color(0xFF000000),
|
||||
surface = Color(0xFF000000)
|
||||
)
|
||||
|
||||
private val LightColorPalette = lightColorScheme(
|
||||
|
Loading…
x
Reference in New Issue
Block a user