mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-05 09:36:22 +00:00
73 lines
3.3 KiB
XML
73 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- YouTube -->
|
|
<style name="LightTheme.YouTube" parent="LightTheme">
|
|
</style>
|
|
|
|
<style name="DarkTheme.YouTube" parent="DarkTheme">
|
|
</style>
|
|
|
|
<style name="BlackTheme.YouTube" parent="BlackTheme">
|
|
</style>
|
|
|
|
<!-- SoundCloud -->
|
|
<style name="LightTheme.SoundCloud" parent="LightTheme">
|
|
<item name="colorPrimary">@color/light_soundcloud_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/light_soundcloud_dark_color</item>
|
|
<item name="colorAccent">@color/light_soundcloud_accent_color</item>
|
|
<item name="progress_horizontal_drawable">@drawable/progress_soundcloud_horizontal_light</item>
|
|
</style>
|
|
|
|
<style name="DarkTheme.SoundCloud" parent="DarkTheme">
|
|
<item name="colorPrimary">@color/dark_soundcloud_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/dark_soundcloud_dark_color</item>
|
|
<item name="colorAccent">@color/dark_soundcloud_accent_color</item>
|
|
<item name="progress_horizontal_drawable">@drawable/progress_soundcloud_horizontal_dark</item>
|
|
</style>
|
|
|
|
<style name="BlackTheme.SoundCloud" parent="BlackTheme">
|
|
<item name="colorPrimary">@color/dark_soundcloud_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/dark_soundcloud_dark_color</item>
|
|
<item name="colorAccent">@color/dark_soundcloud_accent_color</item>
|
|
<item name="progress_horizontal_drawable">@drawable/progress_soundcloud_horizontal_dark</item>
|
|
</style>
|
|
|
|
<!-- PeerTube -->
|
|
<style name="LightTheme.PeerTube" parent="LightTheme">
|
|
<item name="colorPrimary">@color/light_peertube_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/light_peertube_dark_color</item>
|
|
<item name="colorAccent">@color/light_peertube_accent_color</item>
|
|
</style>
|
|
|
|
<style name="DarkTheme.PeerTube" parent="DarkTheme">
|
|
<item name="colorPrimary">@color/dark_peertube_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/dark_peertube_dark_color</item>
|
|
<item name="colorAccent">@color/dark_peertube_accent_color</item>
|
|
</style>
|
|
|
|
<style name="BlackTheme.PeerTube" parent="BlackTheme">
|
|
<item name="colorPrimary">@color/dark_peertube_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/dark_peertube_dark_color</item>
|
|
<item name="colorAccent">@color/dark_peertube_accent_color</item>
|
|
</style>
|
|
|
|
<!-- Media.ccc -->
|
|
<style name="LightTheme.MediaCCC" parent="LightTheme">
|
|
<item name="colorPrimary">@color/light_media_ccc_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/light_media_ccc_statusbar_color</item>
|
|
<item name="colorAccent">@color/light_media_ccc_accent_color</item>
|
|
</style>
|
|
|
|
<style name="DarkTheme.MediaCCC" parent="DarkTheme">
|
|
<item name="colorPrimary">@color/dark_media_ccc_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/dark_media_ccc_statusbar_color</item>
|
|
<item name="colorAccent">@color/dark_media_ccc_accent_color</item>
|
|
</style>
|
|
|
|
<style name="BlackTheme.MediaCCC" parent="BlackTheme">
|
|
<item name="colorPrimary">@color/dark_media_ccc_primary_color</item>
|
|
<item name="colorPrimaryDark">@color/dark_media_ccc_statusbar_color</item>
|
|
<item name="colorAccent">@color/dark_media_ccc_accent_color</item>
|
|
</style>
|
|
|
|
</resources> |