Launcher: slightly more gradient

This commit is contained in:
M66B 2022-11-13 21:33:56 +01:00
parent b71f3ccd32
commit 0e6bd5691c
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
<gradient
android:angle="-45"
android:endColor="@android:color/system_accent1_300"
android:startColor="@android:color/system_accent1_600"
android:startColor="@android:color/system_accent1_700"
android:type="linear" />
</shape>

View File

@ -3,8 +3,8 @@
<gradient
android:angle="-45"
android:endColor="#4fc3f7"
android:startColor="#039be5"
android:startColor="#0288d1"
android:type="linear" />
<!-- start: Light blue 600 -->
<!-- start: Light blue 700 -->
<!-- end: Light blue 300 -->
</shape>