From b9683fe65ddaf34e364c906b225ea65a9b7043a0 Mon Sep 17 00:00:00 2001 From: Rafael Chagas Date: Sun, 1 Mar 2020 19:35:54 +0100 Subject: [PATCH] Remove night colors and let the developer handle dark theme Signed-off-by: Rafael Chagas --- library/src/main/res/values-night/colors.xml | 24 -------------------- 1 file changed, 24 deletions(-) delete mode 100644 library/src/main/res/values-night/colors.xml diff --git a/library/src/main/res/values-night/colors.xml b/library/src/main/res/values-night/colors.xml deleted file mode 100644 index 8037240..0000000 --- a/library/src/main/res/values-night/colors.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - @color/material_bluegrey200 - @color/colorSurface - @color/material_black - - @color/material_pink200 - @color/material_pink500 - @color/material_black - - @color/colorSurface - @color/colorOnSurface - - #202125 - @color/material_white - - @color/material_on_surface_emphasis_high_type - @color/material_on_surface_emphasis_medium - - @color/material_red200 - @color/colorSurface - -