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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user