Redo default colours

Stephen Paul Weber created

Using https://material-foundation.github.io/material-theme-builder/ with
"color match" more of the time.

Change summary

src/cheogram/res/values/colors-themed.xml | 34 ++++++++++++------------
1 file changed, 17 insertions(+), 17 deletions(-)

Detailed changes

src/cheogram/res/values/colors-themed.xml 🔗

@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <color name="md_theme_light_primary">#8224dd</color>
-    <color name="md_theme_light_onPrimary">#FFFFFF</color>
-    <color name="md_theme_light_primaryContainer">#efdbff</color>
-    <color name="md_theme_light_onPrimaryContainer">#2b0052</color>
-    <color name="md_theme_light_secondary">#774b9b</color>
-    <color name="md_theme_light_onSecondary">#FFFFFF</color>
+    <color name="md_theme_light_primary">#5800a0</color>
+    <color name="md_theme_light_onPrimary">#ffffff</color>
+    <color name="md_theme_light_primaryContainer">#8427de</color>
+    <color name="md_theme_light_onPrimaryContainer">#ffffff</color>
+    <color name="md_theme_light_secondary">#1e0036</color>
+    <color name="md_theme_light_onSecondary">#ffffff</color>
     <color name="md_theme_light_secondaryContainer">#f2daff</color>
-    <color name="md_theme_light_onSecondaryContainer">#2e004e</color>
+    <color name="md_theme_light_onSecondaryContainer">#2a0c41</color>
     <color name="md_theme_light_tertiary">#765b00</color>
-    <color name="md_theme_light_onTertiary">#FFFFFF</color>
+    <color name="md_theme_light_onTertiary">#ffffff</color>
     <color name="md_theme_light_tertiaryContainer">#ffdf94</color>
     <color name="md_theme_light_onTertiaryContainer">#251a00</color>
     <color name="md_theme_light_error">#BA1A1A</color>
@@ -32,16 +32,16 @@
     <color name="md_theme_light_scrim">#000000</color>
     <color name="md_theme_dark_primary">#dbb8ff</color>
     <color name="md_theme_dark_onPrimary">#470083</color>
-    <color name="md_theme_dark_primaryContainer">#6600b7</color>
-    <color name="md_theme_dark_onPrimaryContainer">#efdbff</color>
-    <color name="md_theme_dark_secondary">#e0b6ff</color>
-    <color name="md_theme_dark_onSecondary">#461969</color>
-    <color name="md_theme_dark_secondaryContainer">#5e3281</color>
-    <color name="md_theme_dark_onSecondaryContainer">#f2daff</color>
-    <color name="md_theme_dark_tertiary">#f5bf00</color>
+    <color name="md_theme_dark_primaryContainer">#6900bc</color>
+    <color name="md_theme_dark_onPrimaryContainer">#f0ddff</color>
+    <color name="md_theme_dark_secondary">#deb8f8</color>
+    <color name="md_theme_dark_onSecondary">#402358</color>
+    <color name="md_theme_dark_secondaryContainer">#160029</color>
+    <color name="md_theme_dark_onSecondaryContainer">#b08eca</color>
+    <color name="md_theme_dark_tertiary">#fff3de</color>
     <color name="md_theme_dark_onTertiary">#3e2e00</color>
-    <color name="md_theme_dark_tertiaryContainer">#594400</color>
-    <color name="md_theme_dark_onTertiaryContainer">#ffdf94</color>
+    <color name="md_theme_dark_tertiaryContainer">#f9c200</color>
+    <color name="md_theme_dark_onTertiaryContainer">#483600</color>
     <color name="md_theme_dark_error">#FFB4AB</color>
     <color name="md_theme_dark_errorContainer">#93000A</color>
     <color name="md_theme_dark_onError">#690005</color>