8 lines
414 B
XML
8 lines
414 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<style name="Base.Theme.CringeAuthenticator" parent="Base.Theme.CringeAuthenticator_Base">
|
|
<!-- Customize your dark theme here. -->
|
|
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
|
|
<item name="android:textColor">@color/white</item>
|
|
<item name="colorOnBackground">#393740</item>
|
|
</style>
|
|
</resources> |