correct light mode

This commit is contained in:
smayzy 2025-05-21 11:44:12 +02:00
parent 24986f1885
commit e1ba406baf
4 changed files with 17 additions and 8 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary_light">#3D2F71</color>
<color name="colorPrimary_dark">#141118</color>
<color name="colorAccent">#343434</color>
<color name="colorBackground">#141118</color>
</resources>

View File

@ -1,7 +1,10 @@
<resources>
<!-- Base application theme. -->
<style name="Base.Theme.I2D_Project_15_app" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
<item name="colorPrimary">@color/colorPrimary_light</item>
<item name="colorPrimaryDark">@color/colorPrimary_dark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:background">@color/colorBackground</item>
</style>
<style name="Theme.I2D_Project_15_app" parent="Base.Theme.I2D_Project_15_app" />
</resources>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary_light">#3D2F71</color>
<color name="colorPrimary_dark">#141118</color>
<color name="colorAccent">#343434</color>
<color name="colorBackground">#141118</color>
<color name="colorPrimary_light">#7C6AE6</color>
<color name="colorPrimary_dark">#1A1147</color>
<color name="colorAccent">#676767</color>
<color name="colorBackground">#FFFFFF</color>
</resources>

View File

@ -1,5 +1,4 @@
<resources>
<!-- Base application theme. -->
<style name="Base.Theme.I2D_Project_15_app" parent="Theme.Material3.DayNight.NoActionBar">
<item name="colorPrimary">@color/colorPrimary_light</item>
<item name="colorPrimaryDark">@color/colorPrimary_dark</item>