use darker text color with light theme by default

This commit is contained in:
tibbi 2022-12-15 13:47:36 +01:00
parent 0b7d7267b4
commit 025b3ea64a

View file

@ -17,7 +17,7 @@
<color name="light_grey_stroke">#40FFFFFF</color>
<!-- Color Customization -->
<color name="theme_light_text_color">@color/md_grey_600</color>
<color name="theme_light_text_color">@color/md_grey_800</color>
<color name="theme_light_background_color">@color/md_grey_white</color>
<color name="theme_dark_text_color">@color/md_grey_200</color>
<color name="theme_dark_background_color">@color/md_grey_800</color>