mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Better (?) color schemes
This commit is contained in:
parent
98ce3b5d58
commit
8065a4bf9a
@ -55,14 +55,13 @@ import io.github.sadellie.themmo.ThemmoController
|
|||||||
|
|
||||||
private val colorSchemes: List<Color> by lazy {
|
private val colorSchemes: List<Color> by lazy {
|
||||||
listOf(
|
listOf(
|
||||||
Color(0xFFE91E63),
|
Color(0xFF8A3B31),
|
||||||
Color(0xFFFF9800),
|
Color(0xFFA5744A),
|
||||||
Color(0xFF4CAF50),
|
Color(0xFF6C8B48),
|
||||||
Color(0xFF2196F3),
|
Color(0xFF27B089),
|
||||||
Color(0xFF9C27B0),
|
Color(0xFF5C7BAA),
|
||||||
Color(0xFF5C76AA),
|
Color(0xFF544F80),
|
||||||
Color(0xFF756FAA),
|
Color(0xFF9A2A9E),
|
||||||
Color(0xFF9E6C2A),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -213,7 +212,6 @@ private fun ThemesScreen(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user