mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 23:00:31 +05:30
10 lines
433 B
XML
10 lines
433 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">#cc322d</item>
|
|
<item name="colorPrimaryDark">#BA2E2A</item>
|
|
<item name="colorAccent">#2F3133</item>
|
|
<!-- Customize your theme here. -->
|
|
</style>
|
|
</resources> |