Update more colors

This commit is contained in:
Grishka 2022-07-15 00:45:17 +03:00
parent 5968dcd05b
commit 8b40643e63
3 changed files with 16 additions and 16 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 31
versionCode 38
versionName "1.1.2"
versionCode 39
versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -5,19 +5,19 @@
<color name="fluent_default_icon_tint">?android:textColorPrimary</color>
<color name="gray_25">#FCFCFD</color>
<color name="gray_50t">#CCF9FAFB</color>
<color name="gray_50">#F9FAFB</color>
<color name="gray_100">#F2F4F7</color>
<color name="gray_200">#E4E7EC</color>
<color name="gray_300">#D0D5DD</color>
<color name="gray_400">#98A2B3</color>
<color name="gray_500">#667085</color>
<color name="gray_600">#475467</color>
<color name="gray_700">#344054</color>
<color name="gray_800">#282C37</color>
<color name="gray_800t">#CC282C37</color>
<color name="gray_900">#101828</color>
<color name="gray_900">#121029</color>
<color name="gray_800t">#cc2b2938</color>
<color name="gray_800">#2b2938</color>
<color name="gray_700">#353454</color>
<color name="gray_600">#464666</color>
<color name="gray_500">#696685</color>
<color name="gray_400">#9998b3</color>
<color name="gray_300">#d1d1de</color>
<color name="gray_200">#e6e6ed</color>
<color name="gray_100">#f2f2f7</color>
<color name="gray_50t">#ccf5f5f9</color>
<color name="gray_50">#f5f5f9</color>
<color name="gray_25">#f7f8fa</color>
<color name="primary_25">#fafaff</color>
<color name="primary_50">#f4f3ff</color>

View File

@ -58,7 +58,7 @@
<item name="secondaryButtonStyle">@style/Widget.Mastodon.Button.Secondary_LightOnDark</item>
<item name="primaryLargeButtonStyle">@style/Widget.Mastodon.Button.Large.Primary_LightOnDark</item>
<item name="secondaryLargeButtonStyle">@style/Widget.Mastodon.Button.Large.Secondary_LightOnDark</item>
<item name="android:colorAccent">@color/primary_600</item>
<item name="android:colorAccent">@color/primary_400</item>
<item name="android:colorPrimary">@color/gray_50</item>
<item name="android:colorBackground">@color/gray_700</item>
<item name="android:textColorPrimary">@color/gray_50</item>