Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 7d2d78b

Browse files
committed
color changes for bookmark + time icon
1 parent d9e91de commit 7d2d78b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

app/src/main/res/drawable/dark_bookmark_filled.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
android:viewportHeight="20">
77

88
<path
9-
android:fillColor="#662B13"
9+
android:fillColor="#893F2F"
1010
android:pathData="M0 19.043V2.11589C0 1.53402 0.205301 1.0359 0.615902 0.621541C1.0265 0.20718 1.5201 0 2.09669 0H12.5801C13.1567 0 13.6503 0.20718 14.0609 0.621541C14.4715 1.0359 14.6768 1.53402 14.6768 2.11589V19.043L7.33841 15.8691L0 19.043Z" />
1111
</vector>

app/src/main/res/drawable/dark_bookmark_hollow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
android:viewportHeight="20">
77

88
<path
9-
android:fillColor="#662B13"
9+
android:fillColor="#893F2F"
1010
android:pathData="M0 19.043V2.11589C0 1.53402 0.205301 1.0359 0.615902 0.621541C1.0265 0.20718 1.5201 0 2.09669 0H12.5801C13.1567 0 13.6503 0.20718 14.0609 0.621541C14.4715 1.0359 14.6768 1.53402 14.6768 2.11589V19.043L7.3384 15.8691L0 19.043ZM2.09669 15.8162L7.3384 13.5417L12.5801 15.8162V2.11589H2.09669V15.8162Z" />
1111
</vector>
513 Bytes
Loading

app/src/main/res/layout/time_list_item.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
android:paddingTop="2dp"
1818
android:paddingBottom="3dp"
1919
android:paddingHorizontal="10dp"
20-
android:background="@drawable/rounded_dark_forest"
21-
android:textColor="@color/cinnamonMilk"
20+
android:background="@drawable/roundedtangerine"
21+
android:textColor="@color/burntSienna"
2222
android:textSize="14sp"
2323
app:layout_constraintEnd_toEndOf="parent"
2424
app:layout_constraintStart_toStartOf="parent"

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<color name="primaryTextColor">#08151B</color>
1515
<color name="proTagColor">#6D9CA0</color>
1616
<color name="selectedAppBarIcon">#ACCEBE</color> <!-- For bottom tab icons -->
17+
<color name="burntSienna">#7D3525</color>
1718

1819

1920
=======

0 commit comments

Comments
 (0)