Fix amoled theme

This commit is contained in:
Koitharu
2023-08-24 14:43:33 +03:00
parent 54597eb8f0
commit 61e9796269
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<!-- AMOLED Theme -->
<color name="view_amoled">#0C0C0C</color>
<color name="surface_amoled">#000001</color>
<color name="surface_amoled">#080808</color>
<color name="background_amoled">#000000</color>
<!-- Other Colors -->

View File

@@ -226,7 +226,7 @@
</style>
<style name="ThemeOverlay.Kotatsu.CardContainer" parent="">
<item name="android:colorBackground">?colorBackgroundFloating</item>
<item name="android:colorBackground">?m3ColorExploreButton</item>
</style>
<style name="ThemeOverlay.Kotatsu.ActionMode" parent="">