From acbf27f025f494ef99ce552ac6c1248041eb5a88 Mon Sep 17 00:00:00 2001 From: sk Date: Fri, 16 Dec 2022 01:33:28 +0100 Subject: [PATCH] add button styles for each theme --- mastodon/src/main/res/values/styles.xml | 168 ++++++++++++++++++++++++ 1 file changed, 168 insertions(+) diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index 5c97301d5..11c118613 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -425,6 +425,27 @@ @color/green_gray_400 @color/green_primary_100 @color/green_gray_50 + + + @color/custom_gray_800 + @color/green_gray_300 + @color/green_gray_50 + @color/green_gray_400 + + @color/green_gray_100 + @color/custom_gray_500 + @color/custom_gray_800 + @color/green_gray_400 + + @color/green_gray_25 + @color/green_gray_100 + @color/custom_gray_800 + @color/green_gray_400 + + @color/custom_gray_600 + @color/green_gray_300 + @color/green_gray_50 + @color/green_gray_400