Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Fix more colors for Molly
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Aug 1, 2024
1 parent 6920fe8 commit 9a5330f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable-night/delete_sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:fillColor="#373D52"/>
<path
android:pathData="M1.17,35.47C1.17,28.93 6.46,23.63 13,23.63L33.33,23.63C39.87,23.63 45.17,28.93 45.17,35.47V80C45.17,86.54 39.87,91.84 33.33,91.84H13C6.46,91.84 1.17,86.54 1.17,80L1.17,35.47ZM13,27.3C8.49,27.3 4.84,30.96 4.84,35.47L4.84,80C4.84,84.51 8.49,88.17 13,88.17H33.33C37.84,88.17 41.5,84.51 41.5,80V35.47C41.5,30.96 37.84,27.3 33.33,27.3H13Z"
android:fillColor="#B6C5FA"
android:fillColor="#BDB4F7"
android:fillType="evenOdd"/>
<path
android:pathData="M19.13,70.07C19.13,67.31 21.37,65.07 24.13,65.07H33.93C36.69,65.07 38.93,67.31 38.93,70.07V74.73C38.93,77.49 36.69,79.73 33.93,79.73H24.13C21.37,79.73 19.13,77.49 19.13,74.73V70.07Z"
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/drawable/ic_continue_no_restore_48.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<path
android:pathData="M30.944,1.6H17.056C15.704,1.613 14.412,2.162 13.464,3.126C12.516,4.091 11.989,5.392 12,6.744V41.256C11.989,42.608 12.516,43.91 13.464,44.874C14.412,45.839 15.704,46.387 17.056,46.4H30.944C32.296,46.387 33.588,45.839 34.536,44.874C35.484,43.91 36.011,42.608 36,41.256V6.744C36.011,5.392 35.484,4.091 34.536,3.126C33.588,2.162 32.296,1.613 30.944,1.6ZM17.056,44.8C16.128,44.787 15.243,44.407 14.595,43.743C13.947,43.078 13.589,42.184 13.6,41.256V6.744C13.589,5.816 13.947,4.922 14.595,4.257C15.243,3.593 16.128,3.213 17.056,3.2H30.944C31.872,3.213 32.757,3.593 33.405,4.257C34.053,4.922 34.411,5.816 34.4,6.744V41.256C34.411,42.184 34.053,43.078 33.405,43.743C32.757,44.407 31.872,44.787 30.944,44.8H17.056Z"
android:strokeWidth="0.5"
android:fillColor="#2C58C3"
android:strokeColor="#2C58C3"/>
android:fillColor="#523DBD"
android:strokeColor="#523DBD"/>
<path
android:pathData="M29.279,18.868C29.628,19.092 29.73,19.556 29.507,19.904L23.267,29.654C23.136,29.859 22.913,29.988 22.67,29.999C22.428,30.011 22.194,29.904 22.044,29.712L18.534,25.227C18.279,24.901 18.337,24.43 18.663,24.174C18.989,23.919 19.46,23.977 19.716,24.303L22.574,27.955L28.243,19.096C28.467,18.747 28.93,18.645 29.279,18.868Z"
android:strokeLineJoin="round"
android:strokeWidth="0.5"
android:fillColor="#2C58C3"
android:fillColor="#523DBD"
android:fillType="evenOdd"
android:strokeColor="#2C58C3"
android:strokeColor="#523DBD"
android:strokeLineCap="round"/>
</vector>
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ic_radio_button_checked.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:viewportHeight="25" android:viewportWidth="24" android:width="23.04dp">

<path android:fillColor="#00000000" android:pathData="M12,12.801m-9,0a9,9 0,1 1,18 0a9,9 0,1 1,-18 0" android:strokeColor="#2C58C3" android:strokeWidth="2"/>
<path android:fillColor="#00000000" android:pathData="M12,12.801m-9,0a9,9 0,1 1,18 0a9,9 0,1 1,-18 0" android:strokeColor="#523DBD" android:strokeWidth="2"/>

<path android:fillColor="#2C58C3" android:pathData="M12,12.801m-4,0a4,4 0,1 1,8 0a4,4 0,1 1,-8 0" android:strokeColor="#2C58C3" android:strokeWidth="2"/>
<path android:fillColor="#523DBD" android:pathData="M12,12.801m-4,0a4,4 0,1 1,8 0a4,4 0,1 1,-8 0" android:strokeColor="#523DBD" android:strokeWidth="2"/>

</vector>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">@color/core_ultramarine_icon</color>
<color name="ic_launcher_background">#3A76F0</color>
</resources>

0 comments on commit 9a5330f

Please sign in to comment.