mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
more accurate shades
This commit is contained in:
parent
11f7759908
commit
19f8f51aa2
2 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@
|
||||||
<color name="colorPrimaryOrange">#CE8500</color>
|
<color name="colorPrimaryOrange">#CE8500</color>
|
||||||
<color name="colorPrimaryDandelionYellow">#F5BB00</color>
|
<color name="colorPrimaryDandelionYellow">#F5BB00</color>
|
||||||
<color name="colorPrimaryCoolBlue">#408cac</color>
|
<color name="colorPrimaryCoolBlue">#408cac</color>
|
||||||
<color name="colorPrimaryLavender">#9966CC</color>
|
<color name="colorPrimaryLavender">#6F55AF</color>
|
||||||
|
|
||||||
<color name="colorTestPass">#48E484</color>
|
<color name="colorTestPass">#48E484</color>
|
||||||
<color name="colorTestFail">#ea596e</color>
|
<color name="colorTestFail">#ea596e</color>
|
||||||
|
|
|
@ -386,8 +386,8 @@
|
||||||
<style name="OverlayPrimaryColorLavender">
|
<style name="OverlayPrimaryColorLavender">
|
||||||
<item name="colorPrimary">@color/colorPrimaryLavender</item>
|
<item name="colorPrimary">@color/colorPrimaryLavender</item>
|
||||||
<item name="android:colorPrimary">@color/colorPrimaryLavender</item>
|
<item name="android:colorPrimary">@color/colorPrimaryLavender</item>
|
||||||
<item name="colorPrimaryDark">#8224E0</item>
|
<item name="colorPrimaryDark">#6B51AB</item>
|
||||||
<item name="colorAccent">#9433F5</item>
|
<item name="colorAccent">#7961B4</item>
|
||||||
<item name="colorOnPrimary">@color/whiteText</item>
|
<item name="colorOnPrimary">@color/whiteText</item>
|
||||||
<!-- Needed for leanback fuckery -->
|
<!-- Needed for leanback fuckery -->
|
||||||
<item name="android:colorAccent">@color/colorPrimaryLavender</item>
|
<item name="android:colorAccent">@color/colorPrimaryLavender</item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue