LibreTube/app/src/main/res/values/themes.xml

10 lines
433 B
XML
Raw Normal View History

2021-12-09 18:01:40 +05:30
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.LibreTube" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Primary brand color. -->
2022-01-29 17:49:28 +05:30
<item name="colorPrimary">#cc322d</item>
<item name="colorPrimaryDark">#BA2E2A</item>
<item name="colorAccent">#2F3133</item>
2021-12-09 18:01:40 +05:30
<!-- Customize your theme here. -->
</style>
</resources>