lets make dark theme the default

This commit is contained in:
tibbi 2018-01-09 16:05:41 +01:00
parent b3c2aae961
commit 726bb1f142

View File

@ -6,4 +6,8 @@
<color name="default_birthdays_color">#FF303DF6</color>
<color name="default_holidays_color">#FF64DD17</color>
<color name="default_anniversaries_color">#FFF63030</color>
<!-- Default colors -->
<color name="default_text_color">@color/theme_dark_text_color</color>
<color name="default_background_color">@color/theme_dark_background_color</color>
</resources>