darker color for peertube

This commit is contained in:
Ritvik Saraf 2019-03-10 19:08:08 +05:30
parent 2581fa4176
commit a8b5534838
1 changed files with 6 additions and 6 deletions

View File

@ -23,15 +23,15 @@
<color name="dark_soundcloud_statusbar_color">#ff9100</color>
<!-- PeerTube -->
<color name="light_peertube_primary_color">#f97d46</color>
<color name="light_peertube_dark_color">#c04e19</color>
<color name="light_peertube_primary_color">#e65100</color>
<color name="light_peertube_dark_color">#ac1900</color>
<color name="light_peertube_accent_color">#000000</color>
<color name="light_peertube_statusbar_color">#f97d46</color>
<color name="light_peertube_statusbar_color">#ff833a</color>
<color name="dark_peertube_primary_color">#f97d46</color>
<color name="dark_peertube_dark_color">#c04e19</color>
<color name="dark_peertube_primary_color">#e65100</color>
<color name="dark_peertube_dark_color">#ac1900</color>
<color name="dark_peertube_accent_color">#FFFFFF</color>
<color name="dark_peertube_statusbar_color">#f97d46</color>
<color name="dark_peertube_statusbar_color">#ff833a</color>
<!-- Media.CCC -->
<color name="light_media_ccc_primary_color">#9e9e9e</color>