make dark theme the default

This commit is contained in:
tibbi 2018-01-08 21:05:31 +01:00
parent cbf6cd3a08
commit ddaaaa57f7
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<resources>
<!-- 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>