more accurate shades

This commit is contained in:
Thorodinson1 2024-02-27 19:54:25 +05:30
parent 11f7759908
commit 19f8f51aa2
2 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@
<color name="colorPrimaryOrange">#CE8500</color>
<color name="colorPrimaryDandelionYellow">#F5BB00</color>
<color name="colorPrimaryCoolBlue">#408cac</color>
<color name="colorPrimaryLavender">#9966CC</color>
<color name="colorPrimaryLavender">#6F55AF</color>
<color name="colorTestPass">#48E484</color>
<color name="colorTestFail">#ea596e</color>

View file

@ -386,8 +386,8 @@
<style name="OverlayPrimaryColorLavender">
<item name="colorPrimary">@color/colorPrimaryLavender</item>
<item name="android:colorPrimary">@color/colorPrimaryLavender</item>
<item name="colorPrimaryDark">#8224E0</item>
<item name="colorAccent">#9433F5</item>
<item name="colorPrimaryDark">#6B51AB</item>
<item name="colorAccent">#7961B4</item>
<item name="colorOnPrimary">@color/whiteText</item>
<!-- Needed for leanback fuckery -->
<item name="android:colorAccent">@color/colorPrimaryLavender</item>