From 7980f7c30a802ee47420588d23a01ca76185cc18 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sat, 11 Feb 2023 18:18:18 +0200 Subject: [PATCH] [android] Unify accent color across the app This is a follow-up for bfe401a602f. Original MAPS.ME blue (#249CF2) color left untouched just by a mistake. One accent color (#006c35) as for the logo is more than enough for this design system. The app looks less old-fashioned and more consistent, solid and "organic". The night theme is not affected and a variation of blue is used as green counterpart. Signed-off-by: Roman Tsisyk --- android/res/values/colors.xml | 2 +- android/res/values/styles.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml index a98809f005..bdd9dfc3f1 100644 --- a/android/res/values/colors.xml +++ b/android/res/values/colors.xml @@ -8,7 +8,7 @@ @color/white_secondary @color/white_lightest - #FF249CF2 + #FF006C35 #FF4BB9E6 #FF1C85D6 #FF3C9BBE diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index 782592fb56..c342b940a8 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -53,6 +53,7 @@