Skip to content

Commit

Permalink
svg color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed Jul 22, 2023
1 parent 4eea9d6 commit f788d54
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_app_info_accent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
android:viewportWidth="256"
android:viewportHeight="256">
<path
android:fillColor="?attr/invertedPrimaryTextColor"
android:fillColor="?attr/firewallBlockToggleBtnBg"
android:pathData="M112,40L48,40a8,8 0,0 0,-8 8v64a8,8 0,0 0,8 8h64a8,8 0,0 0,8 -8L120,48A8,8 0,0 0,112 40ZM104,104L56,104L56,56h48ZM208,40L144,40a8,8 0,0 0,-8 8v64a8,8 0,0 0,8 8h64a8,8 0,0 0,8 -8L216,48A8,8 0,0 0,208 40ZM200,104L152,104L152,56h48ZM112,136L48,136a8,8 0,0 0,-8 8v64a8,8 0,0 0,8 8h64a8,8 0,0 0,8 -8L120,144A8,8 0,0 0,112 136ZM104,200L56,200L56,152h48ZM208,136L144,136a8,8 0,0 0,-8 8v64a8,8 0,0 0,8 8h64a8,8 0,0 0,8 -8L216,144A8,8 0,0 0,208 136ZM200,200L152,200L152,152h48Z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_heart_accent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="?attr/invertedPrimaryTextColor"
android:fillColor="?attr/accentGood"
android:pathData="m256,448a32,32 0,0 1,-18 -5.57c-78.59,-53.35 -112.62,-89.93 -131.39,-112.8 -40,-48.75 -59.15,-98.8 -58.61,-153 0.63,-62.11 50.46,-112.63 111.08,-112.63 44.08,0 74.61,24.83 92.39,45.51a6,6 0,0 0,9.06 0c17.78,-20.7 48.31,-45.51 92.39,-45.51 60.62,0 110.45,50.52 111.08,112.64 0.54,54.21 -18.63,104.26 -58.61,153 -18.77,22.87 -52.8,59.45 -131.39,112.8a32,32 0,0 1,-18 5.56z" />
</vector>
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/ic_import_conf.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:alpha="0.75"
android:viewportWidth="32"
android:viewportHeight="32">
<path
android:fillColor="?attr/svgStrokeColor"
android:pathData="m28,19h-13.17l2.58,-2.59 -1.41,-1.41 -5,5 5,5 1.41,-1.41 -2.58,-2.59h13.17z"/>
<path
android:fillColor="?attr/svgStrokeColor"
android:pathData="m24,14v-4a1,1 0,0 0,-0.29 -0.71l-7,-7a1,1 0,0 0,-0.71 -0.29h-10a2,2 0,0 0,-2 2v24a2,2 0,0 0,2 2h16a2,2 0,0 0,2 -2v-2h-2v2h-16v-24h8v6a2,2 0,0 0,2 2h6v2zM16,10v-5.59l5.59,5.59z"/>
</vector>
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/ic_logs_accent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:alpha="0.5"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="?attr/firewallWhiteListToggleBtnBg"
android:pathData="M426,266a54.07,54.07 0,0 0,-49.3 32H351.86l-27,-81a22,22 0,0 0,-42 0.92L245.66,348.12l-48,-281.74a22,22 0,0 0,-43 -1.72L94.82,298H32v44h80a22,22 0,0 0,21.34 -16.66L171.69,172 218.3,445.62A22,22 0,0 0,238.76 464c0.42,0 0.82,0 1.24,0a22,22 0,0 0,21.15 -16l44.47,-149.62L315.13,327A22,22 0,0 0,336 342h40.7A54,54 0,1 0,426 266Z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_pause.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
android:pathData="M7,5V19M17,5V19"
android:strokeWidth="2"
android:fillColor="?attr/svgFillColor"
android:strokeColor="?attr/primaryTextColor"
android:strokeColor="?attr/svgStrokeColor"
android:strokeLineCap="round"/>
</vector>

0 comments on commit f788d54

Please sign in to comment.