make dark theme the default
This commit is contained in:
parent
a4d3fee79e
commit
68d07fbafc
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue