mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
34 lines
1.5 KiB
XML
34 lines
1.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<!-- YouTube -->
|
||
|
<style name="LightTheme.YouTube" parent="LightTheme.Switchable">
|
||
|
<item name="colorPrimaryDark">@color/light_youtube_statusbar_color</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="DarkTheme.YouTube" parent="DarkTheme.Switchable">
|
||
|
<item name="colorPrimaryDark">@color/dark_youtube_statusbar_color</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="BlackTheme.YouTube" parent="BlackTheme.Switchable">
|
||
|
<item name="colorPrimaryDark">@color/dark_youtube_statusbar_color</item>
|
||
|
</style>
|
||
|
<!-- SoundCloud -->
|
||
|
<style name="LightTheme.SoundCloud" parent="LightTheme.Switchable">
|
||
|
<item name="colorPrimary">@color/light_soundcloud_primary_color</item>
|
||
|
<item name="colorPrimaryDark">@color/light_soundcloud_statusbar_color</item>
|
||
|
<item name="colorAccent">@color/light_soundcloud_accent_color</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="DarkTheme.SoundCloud" parent="DarkTheme.Switchable">
|
||
|
<item name="colorPrimary">@color/dark_soundcloud_primary_color</item>
|
||
|
<item name="colorPrimaryDark">@color/dark_soundcloud_statusbar_color</item>
|
||
|
<item name="colorAccent">@color/dark_soundcloud_accent_color</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="BlackTheme.SoundCloud" parent="BlackTheme.Switchable">
|
||
|
<item name="colorPrimary">@color/dark_soundcloud_primary_color</item>
|
||
|
<item name="colorPrimaryDark">@color/dark_soundcloud_statusbar_color</item>
|
||
|
<item name="colorAccent">@color/dark_soundcloud_accent_color</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|