Skip to content

Commit

Permalink
Merge pull request #159 from TEAM-README/fix/disable-darkmode
Browse files Browse the repository at this point in the history
[ui] Disable Dark Mode (#158)
  • Loading branch information
KxxHyoRim authored Oct 26, 2022
2 parents a965a97 + 309e3cc commit ea61150
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
16 changes: 0 additions & 16 deletions app/src/main/res/values-night/themes.xml

This file was deleted.

16 changes: 0 additions & 16 deletions shared/src/main/res/values-night/themes.xml

This file was deleted.

3 changes: 2 additions & 1 deletion shared/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="Theme.Readme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<style name="Theme.Readme" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
Expand All @@ -20,6 +20,7 @@
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_logo</item>
<item name="windowSplashScreenAnimationDuration">300</item>
<item name="windowSplashScreenBackground">@color/white</item>
<item name="postSplashScreenTheme">@style/Theme.Readme</item>
</style>

Expand Down

0 comments on commit ea61150

Please sign in to comment.