make dark theme the default

This commit is contained in:
tibbi 2018-01-08 19:15:48 +01:00
parent a4d3fee79e
commit 68d07fbafc
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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>