From 77669cedf6c3d37a48b9d2bcae673b64032597de Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 3 Dec 2022 13:44:40 -0300 Subject: [PATCH] More polishes over the green theme --- mastodon/src/main/res/values-v27/colors.xml | 1 + mastodon/src/main/res/values/colors.xml | 7 ++ mastodon/src/main/res/values/styles.xml | 106 ++++++++++++++++++-- 3 files changed, 103 insertions(+), 11 deletions(-) diff --git a/mastodon/src/main/res/values-v27/colors.xml b/mastodon/src/main/res/values-v27/colors.xml index ec2c62041..52eac2311 100644 --- a/mastodon/src/main/res/values-v27/colors.xml +++ b/mastodon/src/main/res/values-v27/colors.xml @@ -1,4 +1,5 @@ @color/gray_50 + @color/green_gray_50 \ No newline at end of file diff --git a/mastodon/src/main/res/values/colors.xml b/mastodon/src/main/res/values/colors.xml index d12ab2665..1fd169783 100644 --- a/mastodon/src/main/res/values/colors.xml +++ b/mastodon/src/main/res/values/colors.xml @@ -61,6 +61,13 @@ #191919 #212121 #242424 + #8f918e + #a9aca8 + #c5c7c3 + #e1e3df + #eff1ed + #eff1ed + #f7f8fa #FFFBFA #FEF3F2 diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index c634ee828..92b9fdb6f 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -128,10 +128,10 @@ @style/Widget.Mastodon.Button.Large.Primary_LightOnDark @style/Widget.Mastodon.Button.Large.Secondary_LightOnDark @color/green_primary_400 - @color/gray_50 + @color/green_gray_50 @color/green_gray_700 - @color/gray_50 - @color/gray_400 + @color/green_gray_50 + @color/green_gray_400 @color/green_gray_800 #E9EDF2 @color/green_gray_700 @@ -142,17 +142,17 @@ @color/green_gray_800 @color/green_gray_800 @style/Theme.Mastodon.Toolbar.Dark.Green - @style/Theme.Mastodon.Dialog.Alert.Dark + @style/Theme.Mastodon.Dialog.Alert.Dark.Green @color/green_primary_700 @color/green_gray_600 @color/green_primary_600 @color/green_primary_800 - @color/gray_400 + @color/green_gray_400 ?colorWindowBackground - @color/gray_700 - @color/gray_300 + @color/green_gray_700 + @color/green_gray_300 @drawable/bg_button_primary_light_on_dark @drawable/bg_edittext_dark @@ -168,13 +168,62 @@ @color/green_primary_700 @color/green_primary_600 @color/green_primary_800 + @color/green_gray_800 + @color/green_gray_900 + @color/green_gray_900 - --> + + + + + + + +