mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 07:10:29 +05:30
10 lines
461 B
XML
10 lines
461 B
XML
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
<!-- Base application theme. -->
|
||
|
<style name="Theme.LibreTube" parent="Theme.AppCompat.Light.DarkActionBar">
|
||
|
<!-- Primary brand color. -->
|
||
|
<item name="colorPrimary">@color/purple_200</item>
|
||
|
<item name="colorPrimaryDark">@color/purple_700</item>
|
||
|
<item name="colorAccent">@color/teal_200</item>
|
||
|
<!-- Customize your theme here. -->
|
||
|
</style>
|
||
|
</resources>
|