aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-night/colors.xml
blob: 9ad857bd9ca0a396ad828ff33f0542df98f14e73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="colorPrimary">#242424</color>
    <color name="colorPrimaryDark">#121212</color>
    <color name="colorAccent">#FF1868</color>
    <color name="transparentActionBarAndExoPlayerControllerColor">#00000000</color>
    <color name="backgroundColor">#121212</color>
    <color name="playButtonBackgroundColor">#FFFFFF</color>
    <color name="roundedBottomSheetPrimaryBackground">#242424</color>
    <color name="primaryTextColor">#FFFFFF</color>
    <color name="dividerColor">#69666c</color>
</resources>