#42 Good colors
This commit is contained in:
parent
3d3a263855
commit
b8510d89c5
3 changed files with 10 additions and 87 deletions
|
@ -1,10 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Keep these colors here for the sake of safety, so Android can fall back on them -->
|
||||
<!-- All coloring of Jetpack Compose components should be done through using the StudeezTheme. -->
|
||||
<resources>
|
||||
<color name="purple_200">#FFBB86FC</color>
|
||||
<color name="purple_500">#FF6200EE</color>
|
||||
<color name="purple_700">#FF3700B3</color>
|
||||
<color name="teal_200">#FF03DAC5</color>
|
||||
<color name="teal_700">#FF018786</color>
|
||||
<color name="blue_100">#FF1E64C8</color>
|
||||
<color name="blue_110">#FF1B5AB4</color>
|
||||
<color name="blue_120">#FF1850A0</color>
|
||||
<color name="yellow_100">#FFFFD200</color>
|
||||
<color name="yellow_080">#FFFDD931</color>
|
||||
<color name="black">#FF000000</color>
|
||||
<color name="white">#FFFFFFFF</color>
|
||||
</resources>
|
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- This is the color of the statusBar (the bar with the clock and the notifications),
|
||||
which we cannot set using Jetpack Compose -->
|
||||
<style name="Theme.Studeez" parent="android:Theme.Material.Light.NoActionBar">
|
||||
<item name="android:statusBarColor">@color/purple_700</item>
|
||||
<item name="android:statusBarColor">@color/blue_120</item>
|
||||
</style>
|
||||
</resources>
|
Reference in a new issue