Skip to content

Commit b122543

Browse files
author
Josh Deffibaugh
committed
Adds optly colors for theming
1 parent 6f64e07 commit b122543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="colorPrimary">#3F51B5</color>
4-
<color name="colorPrimaryDark">#303F9F</color>
5-
<color name="colorAccent">#FF4081</color>
3+
<color name="colorPrimary">#2196F3</color>
4+
<color name="colorPrimaryDark">#1976D2</color>
5+
<color name="colorAccent">#9E9E9E</color>
66
</resources>

0 commit comments

Comments
 (0)