Everything is purple now
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "org.joinmastodon.android"
|
||||
minSdk 23
|
||||
targetSdk 31
|
||||
versionCode 37
|
||||
versionName "1.1.1"
|
||||
versionCode 38
|
||||
versionName "1.1.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 775 B |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 19 KiB |
|
@ -19,17 +19,17 @@
|
|||
<color name="gray_800t">#CC282C37</color>
|
||||
<color name="gray_900">#101828</color>
|
||||
|
||||
<color name="primary_25">#FAFDFF</color>
|
||||
<color name="primary_50">#EAF4FB</color>
|
||||
<color name="primary_100">#D5E9F7</color>
|
||||
<color name="primary_200">#BFDEF4</color>
|
||||
<color name="primary_300">#AAD3F0</color>
|
||||
<color name="primary_400">#95C8EC</color>
|
||||
<color name="primary_500">#80BCE8</color>
|
||||
<color name="primary_600">#55A6E1</color>
|
||||
<color name="primary_700">#2B90D9</color>
|
||||
<color name="primary_800">#2273AE</color>
|
||||
<color name="primary_900">#16486D</color>
|
||||
<color name="primary_25">#fafaff</color>
|
||||
<color name="primary_50">#f4f3ff</color>
|
||||
<color name="primary_100">#ebebff</color>
|
||||
<color name="primary_200">#d7d7ff</color>
|
||||
<color name="primary_300">#c2c2ff</color>
|
||||
<color name="primary_400">#9999ff</color>
|
||||
<color name="primary_500">#6364ff</color>
|
||||
<color name="primary_600">#562cfc</color>
|
||||
<color name="primary_700">#431cbb</color>
|
||||
<color name="primary_800">#2f0c7a</color>
|
||||
<color name="primary_900">#17063b</color>
|
||||
<color name="error_25">#FFFBFA</color>
|
||||
<color name="error_50">#FEF3F2</color>
|
||||
<color name="error_100">#FEE4E2</color>
|
||||
|
|