From 07b2006ba2db325a53a45ace5c26e07f4bcbb37d Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Mon, 17 Aug 2020 19:39:37 +0300 Subject: [PATCH] put default colour in the base theme this duplicates the .default theme, but is useful in the graphical editors perhaps can me useful to spot unexpected changed in the default theme too --- app/src/main/res/values/styles.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 5778f7a5..8559188c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -32,6 +32,12 @@ #FFE1E2 #CD1609 + #935ff2 + #00935ff2 + #6920ed + #6920ed + #efe7fd + #f9f6fe -- 2.39.2