Skip to content

Commit

Permalink
Updated color pallet to fix native theme support
Browse files Browse the repository at this point in the history
  • Loading branch information
poontang committed Jan 16, 2017
1 parent c73a0a2 commit 150fc08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sourcecode/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="colorPrimary">#8c1313</color>
<color name="colorPrimaryDark">#8c1313</color>
<color name="colorAccent">#101010</color>
</resources>

1 comment on commit 150fc08

@lamine7676
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sourcecode/main/res/values/colors.xml

Please sign in to comment.