From ddaaaa57f7a9fd1b7dab6cd89ede741cbf510b06 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 8 Jan 2018 21:05:31 +0100 Subject: [PATCH] make dark theme the default --- app/src/main/res/values/colors.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/src/main/res/values/colors.xml diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml new file mode 100644 index 00000000..50f2c4dd --- /dev/null +++ b/app/src/main/res/values/colors.xml @@ -0,0 +1,5 @@ + + + @color/theme_dark_text_color + @color/theme_dark_background_color +