Skip to content

Commit ddaaaa5

Browse files
committed
make dark theme the default
1 parent cbf6cd3 commit ddaaaa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/res/values/colors.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<resources>
2+
<!-- Default colors -->
3+
<color name="default_text_color">@color/theme_dark_text_color</color>
4+
<color name="default_background_color">@color/theme_dark_background_color</color>
5+
</resources>

0 commit comments

Comments
 (0)