lets make dark theme the default

This commit is contained in:
tibbi 2017-12-13 14:13:20 +01:00
parent d290645d5d
commit 1faccbbdaf

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>