Continuing work on the Settings and color scheme aspects. Deciding on the default colors for the dark theme. $14 and #5

This commit is contained in:
amazing-username
2019-06-09 10:09:52 -07:00
parent 7747a87184
commit ca1d79137b
20 changed files with 261 additions and 36 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="launcher_background">#FFFFFF</color>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="launcher_background">#000000</color>
<color name="colorPrimary">#555555</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#bbaa11</color>
</resources>