Skip to content

Commit e0845d3

Browse files
committed
use dark theme by default
1 parent 7395f40 commit e0845d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
3+
<!-- Default colors -->
4+
<color name="default_text_color">@color/theme_dark_text_color</color>
5+
<color name="default_background_color">@color/theme_dark_background_color</color>
46
</resources>

0 commit comments

Comments
 (0)