From 8b40643e6306edadebba2a08f017da7cf1d3bf6f Mon Sep 17 00:00:00 2001 From: Grishka Date: Fri, 15 Jul 2022 00:45:17 +0300 Subject: [PATCH] Update more colors --- mastodon/build.gradle | 4 ++-- mastodon/src/main/res/values/colors.xml | 26 ++++++++++++------------- mastodon/src/main/res/values/styles.xml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/mastodon/build.gradle b/mastodon/build.gradle index a66afebc0..26e6f2fd2 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -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" } diff --git a/mastodon/src/main/res/values/colors.xml b/mastodon/src/main/res/values/colors.xml index 557f0a417..43178e53a 100644 --- a/mastodon/src/main/res/values/colors.xml +++ b/mastodon/src/main/res/values/colors.xml @@ -5,19 +5,19 @@ ?android:textColorPrimary - #FCFCFD - #CCF9FAFB - #F9FAFB - #F2F4F7 - #E4E7EC - #D0D5DD - #98A2B3 - #667085 - #475467 - #344054 - #282C37 - #CC282C37 - #101828 + #121029 + #cc2b2938 + #2b2938 + #353454 + #464666 + #696685 + #9998b3 + #d1d1de + #e6e6ed + #f2f2f7 + #ccf5f5f9 + #f5f5f9 + #f7f8fa #fafaff #f4f3ff diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index c4b677708..6b977fd38 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -58,7 +58,7 @@ @style/Widget.Mastodon.Button.Secondary_LightOnDark @style/Widget.Mastodon.Button.Large.Primary_LightOnDark @style/Widget.Mastodon.Button.Large.Secondary_LightOnDark - @color/primary_600 + @color/primary_400 @color/gray_50 @color/gray_700 @color/gray_50