We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7395f40 commit e0845d3Copy full SHA for e0845d3
app/src/main/res/values/colors.xml
@@ -1,4 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
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>
6
</resources>
0 commit comments