mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-13 06:46:48 +02:00
12 lines
491 B
XML
12 lines
491 B
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
<item name="colorPrimary">@color/blue_grey_500</item>
|
|
<item name="colorPrimaryDark">@color/blue_grey_500</item>
|
|
<item name="android:windowBackground">@color/blue_grey_100</item>
|
|
<item name="android:textColorPrimary">@color/blue_grey_50</item>
|
|
<item name="android:textColor">@color/blue_grey_900</item>
|
|
</style>
|
|
</resources>
|