From 7027d347ecbbba25f5c2bc3d421529c257a096cc Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 3 Aug 2023 20:02:35 +0200 Subject: remove unused colors from old design --- app/src/custom/res/values/custom-theme.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/src/custom/res/values') diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 70e4616e..6c197915 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -14,10 +14,6 @@ @color/white @color/black800_dark - - #58FFA9 - - #eF2222 @color/black @color/black800_transparent -- cgit v1.2.3 From 361e2d7867c23430c7b07c58cedfe32313284b0c Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 4 Aug 2023 03:21:03 +0200 Subject: tweak setup action bar text weight (bold) --- app/src/custom/res/values/custom-theme.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'app/src/custom/res/values') diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 6c197915..7c4964e4 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -1,10 +1,14 @@ - #1565C0 - #104E95 + @color/colorPrimary + + + @color/colorPrimary + + @color/colorPrimaryDark #ffffff -- cgit v1.2.3