You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
502 B
12 lines
502 B
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<style name="Base.Theme.AICEmu" parent="Theme.Material3.DayNight.NoActionBar">
|
|
<item name="titleTextColor">#202020</item>
|
|
<item name="subtitleTextColor">#505050</item>
|
|
<item name="colorPrimary">#e83948</item>
|
|
<item name="colorPrimaryDark">#98030d</item>
|
|
<item name="colorSecondary">@color/colorSecondary</item>
|
|
</style>
|
|
|
|
|
|
<style name="Theme.AICEmu" parent="Base.Theme.AICEmu" />
|
|
</resources> |