Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos committed Dec 18, 2024
1 parent cbe2399 commit 876d680
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/blue50_18" />
<solid android:color="@color/blue0" />
<corners android:radius="@dimen/smallShapeCornerRadius" />
</shape>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_menu_item_default_browser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:layout_gravity="center_vertical"
android:layout_marginStart="@dimen/keyline_2"
android:text="@string/settingsDefaultBrowserEnabled"
android:textColor="?attr/daxColorAccentBlue"
android:textColor="@color/blue50"
app:typography="body1" />

</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
android:pathData="M0,0.5h16v16h-16z"/>
<path
android:pathData="M6.25,3.25C6.25,2.836 6.586,2.5 7,2.5H9C9.414,2.5 9.75,2.836 9.75,3.25C9.75,3.664 9.414,4 9,4H7C6.586,4 6.25,3.664 6.25,3.25Z"
android:fillColor="?attr/daxColorAccentBlue"
android:fillColor="@color/blue50"
android:fillType="evenOdd"/>
<path
android:pathData="M5,0.5C3.895,0.5 3,1.395 3,2.5V13.5C3,14.605 3.895,15.5 5,15.5H8.169C7.903,15.041 7.709,14.536 7.6,14H5C4.724,14 4.5,13.776 4.5,13.5V2.5C4.5,2.224 4.724,2 5,2H11C11.276,2 11.5,2.224 11.5,2.5V8.1C11.823,8.034 12.158,8 12.5,8C12.669,8 12.835,8.008 13,8.025V2.5C13,1.395 12.105,0.5 11,0.5H5Z"
android:fillColor="?attr/daxColorAccentBlue"/>
android:fillColor="@color/blue50"/>
<path
android:pathData="M16,13C16,14.933 14.433,16.5 12.5,16.5C10.567,16.5 9,14.933 9,13C9,11.067 10.567,9.5 12.5,9.5C14.433,9.5 16,11.067 16,13ZM14.166,12.234C14.287,12.099 14.276,11.892 14.141,11.771C14.006,11.65 13.798,11.662 13.677,11.797L12.074,13.589L11.332,12.683C11.217,12.543 11.011,12.522 10.87,12.637C10.73,12.751 10.709,12.958 10.824,13.098L11.809,14.302C11.869,14.376 11.959,14.42 12.055,14.422C12.151,14.424 12.243,14.384 12.307,14.313L14.166,12.234Z"
android:fillColor="?attr/daxColorAccentBlue"
android:fillColor="@color/blue50"
android:fillType="evenOdd"/>
</group>
</vector>
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
<color name="blue30_20">#337295F6</color>
<color name="blue50">#3969EF</color>
<color name="blue50_20">#333969EF</color>
<color name="blue50_18">#2E3969EF</color>
<color name="blue50_14">#243969EF</color>
<color name="blue60">#2B55CA</color>
<color name="blue70">#1E42A4</color>
Expand Down

0 comments on commit 876d680

Please sign in to comment.