Skip to content

Commit 0f6273a

Browse files
committed
added colors
1 parent a3708a0 commit 0f6273a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="green">#3fb34f</color>
4+
<color name="dark_gray">#565A5C</color>
5+
<color name="gray">#bdbfc1</color>
6+
</resources>

0 commit comments

Comments
 (0)